Files
flipper/gradle.properties
Pascal Hartig 493e30bcd8 Switch to Litho snapshots
Summary: In preparation for the Sections plugin.

Reviewed By: mihaelao

Differential Revision: D13956804

fbshipit-source-id: a1c34d4a52d443f750f749e3637ac24fd25949ff
2019-02-05 07:34:49 -08:00

20 lines
656 B
Properties

# POM publishing constants
VERSION_NAME=0.15.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.23.1-SNAPSHOT
# Gradle internals
org.gradle.internal.repository.max.retries=10
org.gradle.internal.repository.initial.backoff=1250