forked from chrisbanes/insetter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
25 lines (18 loc) · 909 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
25
# Declare we support AndroidX
android.useAndroidX=true
GROUP=dev.chrisbanes.insetter
VERSION_NAME=0.7.0-SNAPSHOT
POM_DESCRIPTION=Helper functions for handling WindowInsets on Android.
POM_URL=https://github.com/chrisbanes/insetter/
POM_SCM_URL=https://github.com/chrisbanes/insetter/
POM_SCM_CONNECTION=scm:git:git://github.com/chrisbanes/insetter.git
POM_SCM_DEV_CONNECTION=scm:git:git://github.com/chrisbanes/insetter.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=chrisbanes
POM_DEVELOPER_NAME=Chris Banes
# Required to publish to Nexus (see https://github.com/gradle/gradle/issues/11308)
systemProp.org.gradle.internal.publish.checksums.insecure=true
# Increase timeout when pushing to Sonatype (otherwise we get timeouts)s
systemProp.org.gradle.internal.http.socketTimeout=120000