2018-10-24 03:09:58 -07:00
|
|
|
#
|
|
|
|
# Copyright (c) Facebook, Inc. and its affiliates.
|
|
|
|
#
|
|
|
|
# This source code is licensed under the MIT license found in the LICENSE
|
|
|
|
# file in the root directory of this source tree.
|
|
|
|
#
|
|
|
|
|
2017-05-09 03:39:23 -07:00
|
|
|
# Project-wide Gradle settings.
|
|
|
|
|
|
|
|
org.gradle.jvmargs=-Xmx1536M
|
|
|
|
|
2021-05-21 11:40:17 -07:00
|
|
|
VERSION_NAME=1.19.0
|
2017-05-09 03:39:23 -07:00
|
|
|
POM_URL=https://github.com/facebook/yoga
|
|
|
|
POM_SCM_URL=https://github.com/facebook/yoga.git
|
|
|
|
POM_SCM_CONNECTION=scm:git:https://github.com/facebook/yoga.git
|
|
|
|
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:facebook/yoga.git
|
2018-02-16 18:25:02 -08:00
|
|
|
POM_LICENSE_NAME=MIT License
|
2017-05-09 03:39:23 -07:00
|
|
|
POM_LICENSE_URL=https://github.com/facebook/yoga/blob/master/LICENSE
|
|
|
|
POM_LICENSE_DIST=repo
|
2021-05-21 11:40:17 -07:00
|
|
|
POM_LICENCE_NAME=MIT License
|
|
|
|
POM_LICENCE_URL=https://github.com/facebook/yoga/blob/master/LICENSE
|
|
|
|
POM_LICENCE_DIST=repo
|
2017-05-09 03:39:23 -07:00
|
|
|
POM_DEVELOPER_ID=facebook
|
|
|
|
POM_DEVELOPER_NAME=facebook
|