Files
flipper/gradle.properties
Pascal Hartig 46df0b25a0 Set up Maven packaging and Bintray upload (#104)
Summary:
This make use of the the setup we have at Litho, which should make
it easier to keep them in sync.

It creates proper source jars, AARs (without bundling in unwanted
transitive deps) and POMs.
Closes https://github.com/facebook/Sonar/pull/104

Reviewed By: priteshrnandgaonkar

Differential Revision: D8638912

Pulled By: passy

fbshipit-source-id: ff4921c0683e9b6f859085b542ceae840a7e8291
2018-06-26 08:18:23 -07:00

21 lines
629 B
Properties

# POM publishing constants
VERSION_NAME=0.0.1
GROUP=com.facebook.sonar
POM_URL=https://github.com/facebook/sonar
POM_SCM_URL=https://github.com/facebook/sonar.git
POM_SCM_CONNECTION=scm:git:https://github.com/facebook/sonar.git
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:facebook/sonar.git
POM_LICENSE_NAME=MIT
POM_LICENSE_URL=https://github.com/facebook/sonar/blob/master/LICENSE
POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=facebook
POM_DEVELOPER_NAME=facebook
# Kotlin
KOTLIN_VERSION=1.2.41
# Deps for publishing
GRADLE_BINTRAY_PLUGIN_VERSION=1.8.0
GRADLE_VERSIONS_PLUGIN_VERSION=0.15.0
ANDROID_MAVEN_GRADLE_PLUGIN_VERSION=2.1