-
Notifications
You must be signed in to change notification settings - Fork 21
/
gradle.properties
33 lines (30 loc) · 1.27 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
28
29
30
31
32
33
GROUP=org.librarysimplified
POM_ARTIFACT_ID=org.librarysimplified
POM_DESCRIPTION=Library Simplified
POM_INCEPTION_YEAR=2014
POM_LICENCE_DIST=repo
POM_LICENCE_NAME=Apache 2.0 License
POM_LICENCE_URL=https://opensource.org/licenses/Apache-2.0
POM_NAME=org.librarysimplified
POM_PACKAGING=pom
POM_SCM_CONNECTION=scm:git:git://github.com/NYPL-Simplified/Simplified-Android-Core
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/NYPL-Simplified/Simplified-Android-Core
POM_SCM_URL=http://github.com/NYPL-Simplified/Simplified-Android-Core
POM_URL=http://github.com/NYPL-Simplified/Simplified-Android-Core
VERSION_NAME=7.3.1-SNAPSHOT
VERSION_CODE_BASE=70000
android.useAndroidX=true
android.enableJetifier=true
org.gradle.jvmargs=-Xmx4096m
# ---
# This is necessary because Gradle 6 currently publishes checksums that
# Maven Central doesn't like. Until Central is updated to accept SHA256
# and SHA512 checksums, this flag is necessary.
#
# As all artifacts published to Maven Central are PGP signed, this is not
# a serious issue; PGP signatures combine integrity checking and authentication,
# so checksum files are essentially redundant nowadays.
#
# See: https://github.com/gradle/gradle/issues/11308#issuecomment-554317655
# ---
systemProp.org.gradle.internal.publish.checksums.insecure=true