-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
28 lines (25 loc) · 1.12 KB
/
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
25
26
27
GROUP=org.thepalaceproject.servicedirectory
POM_ARTIFACT_ID=org.thepalaceproject.servicedirectory
POM_DESCRIPTION=Service directory
POM_INCEPTION_YEAR=2023
POM_LICENCE_DIST=repo
POM_LICENCE_NAME=Apache 2.0 License
POM_LICENCE_URL=https://opensource.org/licenses/Apache-2.0
POM_NAME=org.thepalaceproject.servicedirectory
POM_PACKAGING=pom
POM_SCM_CONNECTION=scm:git:git://github.com/ThePalaceProject/android-servicedirectory
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/ThePalaceProject/android-servicedirectory
POM_SCM_URL=https://github.com/ThePalaceProject/android-servicedirectory
POM_URL=https://github.com/ThePalaceProject/android-servicedirectory
VERSION_NAME=0.0.1-SNAPSHOT
VERSION_PREVIOUS=0.0.1
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4096m
org.thepalaceproject.build.androidSDKCompile=34
org.thepalaceproject.build.androidSDKTarget=34
org.thepalaceproject.build.androidSDKMinimum=24
org.thepalaceproject.build.checkSemanticVersioning=true
org.thepalaceproject.build.enableKtLint=true
org.thepalaceproject.build.jdkBytecodeTarget=11
org.thepalaceproject.build.jdkBuild=17
org.thepalaceproject.build.publishSources=true