26 lines
871 B
Properties
26 lines
871 B
Properties
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.
|