forked from facebook/litho
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
45 lines (38 loc) · 1.48 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Copyright (c) Facebook, Inc. and its affiliates.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Project-wide Gradle settings.
VERSION_NAME=0.40.1-SNAPSHOT
GROUP=com.facebook.litho
POM_URL=https://github.com/facebook/litho
POM_SCM_URL=https://github.com/facebook/litho.git
POM_SCM_CONNECTION=scm:git:https://github.com/facebook/litho.git
POM_SCM_DEV_CONNECTION=scm:git:[email protected]:facebook/litho.git
POM_LICENSE_NAME=Apache-2
POM_LICENSE_URL=https://github.com/facebook/litho/blob/master/LICENSE
POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=facebook
POM_DEVELOPER_NAME=facebook
GRADLE_VERSIONS_PLUGIN_VERSION=0.15.0
KOTLIN_VERSION=1.4.21
# Deps for publishing
GRADLE_BINTRAY_PLUGIN_VERSION=1.8.0
ANDROID_MAVEN_GRADLE_PLUGIN_VERSION=2.1
# Gradle internals
org.gradle.internal.repository.max.retries=10
org.gradle.internal.repository.initial.backoff=1250
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1024m
# AndroidX
android.useAndroidX = true
android.enableJetifier = true
android.jetifier.blacklist=bcprov-jdk15on