Files
flipper/gradle.properties
Pascal Hartig 7ffdb36cc5 v0.12.1-SNAPSHOT
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/335

Reviewed By: priteshrnandgaonkar

Differential Revision: D13213961

Pulled By: passy

fbshipit-source-id: d9c1d107dc9fb947babedfe319942398cc7b7e3f
2018-11-28 03:47:15 -08:00

20 lines
647 B
Properties

# POM publishing constants
VERSION_NAME=0.12.1-SNAPSHOT
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
# Shared version numbers
LITHO_VERSION=0.21.0
# Gradle internals
org.gradle.internal.repository.max.retries=10
org.gradle.internal.repository.initial.backoff=1250