forked from copper-engine/copper-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
24 lines (19 loc) · 847 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
version=3.2.2-SNAPSHOT
# The following properties will be set during CI build, using -Pprop=value
# Do not check them in accidentally!
# 1. properties to retrieve our GPG from
#secretKeyRingFileSourceURL=http://some/path/to/secring.gpg
#secretKeyRingFileSourceURLAuthUsername=
#secretKeyRingFileSourceURLAuthPassword=
#secretKeyRingFileDestFile=build/secring.gpg
# 2. properties to sign the jar and pom artifacts with the signing plugin
#signing.keyId=
#signing.password=
#signing.secretKeyRingFile=build/secring.gpg
# 3. properties to upload the archives to Sonatype, using the gradle-nexus-plugin
#nexusUsername=
#nexusPassword=
# 4. properties to automate the Sonatype release process, using the nexus-workflow-plugin
oss-releases.url=https://oss.sonatype.org/index.html#stagingRepositories
#oss-releases.username=
#oss-releases.password=