forked from qq549631030/AndroidJunkCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
29 lines (24 loc) · 958 Bytes
/
gradle.properties
File metadata and controls
29 lines (24 loc) · 958 Bytes
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
#project
GROUP=com.github.qq549631030
POM_ARTIFACT_ID=android-junk-code
VERSION_NAME=1.3.2
POM_PACKAGING=jar
POM_NAME=AndroidJunkCode
POM_DESCRIPTION=generate junk code for android
POM_INCEPTION_YEAR=2020
POM_URL=https://github.com/qq549631030/AndroidJunkCode/
POM_SCM_URL=https://github.com/qq549631030/AndroidJunkCode/
POM_SCM_CONNECTION=scm:git:git://github.com/qq549631030/AndroidJunkCode.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/qq549631030/AndroidJunkCode.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=qq549631030
POM_DEVELOPER_NAME=huangx
POM_DEVELOPER_URL=https://github.com/qq549631030/
#signing.keyId=[you keyId last 8bit]
#signing.password=[you key password]
#signing.secretKeyRingFile=[you gpg key file location]
#
#mavenCentralUsername=[you sonatype username]
#mavenCentralPassword=[you sonatype password]