arangelov | 3f7da6e | 2021-04-19 13:18:50 +0100 | [diff] [blame] | 1 | org.gradle.jvmargs='-Dfile.encoding=UTF-8' |
| 2 | android.enableJetifier=true |
| 3 | android.useAndroidX=true |
| 4 | |
| 5 | # Publishing SHA 256 and 512 hashses of maven-metadata is not supported by Sonatype and Nexus. |
| 6 | # See https://github.com/gradle/gradle/issues/11308 and |
| 7 | # https://issues.sonatype.org/browse/NEXUS-21802 |
| 8 | systemProp.org.gradle.internal.publish.checksums.insecure=true |
| 9 | |
| 10 | GROUP=com.squareup.okio |
| 11 | VERSION_NAME=2.11.0-SNAPSHOT |
| 12 | |
| 13 | POM_DESCRIPTION=A modern I/O API for Java |
| 14 | |
| 15 | POM_URL=https://github.com/square/okio/ |
| 16 | POM_SCM_URL=https://github.com/square/okio/ |
| 17 | POM_SCM_CONNECTION=scm:git:git://github.com/square/okio.git |
| 18 | POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/square/okio.git |
| 19 | |
| 20 | POM_LICENCE_NAME=The Apache Software License, Version 2.0 |
| 21 | POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt |
| 22 | POM_LICENCE_DIST=repo |
| 23 | |
| 24 | POM_DEVELOPER_ID=square |
| 25 | POM_DEVELOPER_NAME=Square, Inc. |