-
Notifications
You must be signed in to change notification settings - Fork 766
/
gradle.properties
51 lines (42 loc) · 1.7 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
49
50
51
# 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.51.0-SNAPSHOT
GROUP=com.facebook.litho
SONATYPE_STAGING_PROFILE=comfacebook
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
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_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.9.22
DOKKA_VERSION=1.9.20
DATA_CLASS_GENERATE_VERSION=1.0.1
# Deps for publishing
MAVEN_PUBLISH_PLUGIN=0.29.0
# Gradle internals
org.gradle.internal.repository.max.retries=10
org.gradle.internal.repository.initial.backoff=1250
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 --add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
# AndroidX
android.useAndroidX = true
android.enableJetifier = true
android.jetifier.ignorelist=bcprov-jdk15on