1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-14 07:22:20 +03:00
Files
okhttp/gradle.properties
2019-10-06 16:18:49 -04:00

17 lines
512 B
INI

org.gradle.jvmargs='-Dfile.encoding=UTF-8'
GROUP=com.squareup.okhttp3
VERSION_NAME=4.2.2
POM_URL=https://github.com/square/okhttp
POM_SCM_URL=https://github.com/square/okhttp
POM_SCM_CONNECTION=scm:git:https://github.com/square/okhttp.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/square/okhttp.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.