Summary: Rename artifacts and release on Bintray. Public release will be delayed by the manual review by JFrog. Reviewed By: danielbuechele Differential Revision: D9179646 fbshipit-source-id: 84c11d545940d1d52b9de9f87b4eb26901290108
24 lines
689 B
Properties
24 lines
689 B
Properties
# POM publishing constants
|
|
VERSION_NAME=0.6.16
|
|
GROUP=com.facebook.flipper
|
|
POM_URL=https://github.com/facebook/flipper
|
|
POM_SCM_URL=https://github.com/facebook/flipper.git
|
|
POM_SCM_CONNECTION=scm:git:https://github.com/facebook/flipper.git
|
|
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:facebook/flipper.git
|
|
POM_LICENSE_NAME=MIT
|
|
POM_LICENSE_URL=https://github.com/facebook/flipper/blob/master/LICENSE
|
|
POM_LICENSE_DIST=repo
|
|
POM_DEVELOPER_ID=facebook
|
|
POM_DEVELOPER_NAME=facebook
|
|
|
|
# Kotlin
|
|
KOTLIN_VERSION=1.2.50
|
|
|
|
# Shared version numbers
|
|
LITHO_VERSION=0.18.0
|
|
|
|
# Deps for publishing
|
|
GRADLE_BINTRAY_PLUGIN_VERSION=1.8.0
|
|
GRADLE_VERSIONS_PLUGIN_VERSION=0.15.0
|
|
ANDROID_MAVEN_GRADLE_PLUGIN_VERSION=2.1
|