-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
33 lines (26 loc) · 1.09 KB
/
gradle.properties
File metadata and controls
33 lines (26 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Project Configuration
group = org.eclipse.keyple
title = Keyple Java BOM
description = A Bill of Materials (BOM) for Java/Kotlin applications to manage the versions of all Keyple artifacts
version = 9999.99.99-SNAPSHOT
# UTF-8 required by javadoc for special characters (ex. copyright) with Java 11+
org.gradle.jvmargs = "-Dfile.encoding=UTF-8"
# Project URLs
project.url = https://github.com/eclipse-keyple/keyple-java-bom
# Organization
organization.name = Eclipse keyple
organization.url = https://keyple.org/
# License
license.name = Eclipse Public License - v 2.0
license.url = https://www.eclipse.org/legal/epl-2.0
license.distribution = repo
# Developers
developer.name = Keyple Contributors
developer.email = keyple-dev@eclipse.org
# Source Control Management
scm.connection = scm:git:git://github.com/eclipse-keyple/keyple-java-bom.git
scm.developerConnection = scm:git:https://github.com/eclipse-keyple/keyple-java-bom.git
scm.url = https://github.com/eclipse-keyple/keyple-java-bom
# Continuous Integration
ci.system = GitHub Actions
ci.url = https://github.com/eclipse-keyple/keyple-java-bom/actions