aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
blob: 21f92f077c66027db7447ef3a87daecc6c94c056 (plain)
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
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
android.enableJetifier=true
android.useAndroidX=true

# Publishing SHA 256 and 512 hashses of maven-metadata is not supported by Sonatype and Nexus.
# See https://github.com/gradle/gradle/issues/11308 and
# https://issues.sonatype.org/browse/NEXUS-21802
systemProp.org.gradle.internal.publish.checksums.insecure=true

GROUP=com.squareup.okio
VERSION_NAME=2.11.0-SNAPSHOT

POM_DESCRIPTION=A modern I/O API for Java

POM_URL=https://github.com/square/okio/
POM_SCM_URL=https://github.com/square/okio/
POM_SCM_CONNECTION=scm:git:git://github.com/square/okio.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/square/okio.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=square
POM_DEVELOPER_NAME=Square, Inc.