-
Notifications
You must be signed in to change notification settings - Fork 416
/
gradle.properties
21 lines (21 loc) · 980 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
VERSION_NAME=2.0.0-SNAPSHOT
VERSION_CODE=20
GROUP=com.github.worker8
NEXUS_USERNAME=worker8
NEXUS_PASSWORD=
POM_DESCRIPTION=A library to teach and guide users on how to use the app.
POM_URL=https://github.com/worker8/TourGuide
POM_SCM_URL=https://github.com/worker8/TourGuide
POM_SCM_CONNECTION=scm:[email protected]:worker8/TourGuide.git
POM_SCM_DEV_CONNECTION=scm:[email protected]:worker8/TourGuide.git
POM_LICENCE_NAME=The MIT License
POM_LICENCE_URL=https://opensource.org/licenses/MIT
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=worker8
POM_DEVELOPER_NAME=Jun Rong
SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots
RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2
org.gradle.parallel=true
org.gradle.configureondemand=true
# caching speeds up build time, but it can sometimes cause duplication method name error, in that case, change to false, then clean, then recompile should solve the problem
org.gradle.caching=true