• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1org.gradle.jvmargs='-Dfile.encoding=UTF-8'
2android.enableJetifier=true
3android.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
8systemProp.org.gradle.internal.publish.checksums.insecure=true
9
10GROUP=com.squareup.okio
11VERSION_NAME=2.11.0-SNAPSHOT
12
13POM_DESCRIPTION=A modern I/O API for Java
14
15POM_URL=https://github.com/square/okio/
16POM_SCM_URL=https://github.com/square/okio/
17POM_SCM_CONNECTION=scm:git:git://github.com/square/okio.git
18POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/square/okio.git
19
20POM_LICENCE_NAME=The Apache Software License, Version 2.0
21POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
22POM_LICENCE_DIST=repo
23
24POM_DEVELOPER_ID=square
25POM_DEVELOPER_NAME=Square, Inc.
26