forked from facebook/litho
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
48 lines (40 loc) · 1.53 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
46
47
48
# Copyright (c) Meta Platforms, Inc. and 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.49.0-SNAPSHOT
GROUP=com.facebook.litho
SONATYPE_STAGING_PROFILE=comfacebook
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:git@github.com:facebook/litho.git
POM_LICENCE_NAME=Apache-2
POM_LICENCE_URL=https://github.com/facebook/litho/blob/master/LICENSE
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=facebook
POM_DEVELOPER_NAME=facebook
GRADLE_VERSIONS_PLUGIN_VERSION=0.15.0
KOTLIN_VERSION=1.8.0
DOKKA_VERSION=1.7.20
DATA_CLASS_GENERATE_VERSION=1.0.1
# Deps for publishing
MAVEN_PUBLISH_PLUGIN=0.15.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.ignorelist=bcprov-jdk15on