forked from facebookincubator/fbjni
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
34 lines (30 loc) · 1.13 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
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the Apache-2 license found in the LICENSE file
# in the root directory of this source tree.
# POM publishing constants
VERSION_NAME=0.6.1-SNAPSHOT
GROUP=com.facebook.fbjni
SONATYPE_STAGING_PROFILE=comfacebook
SONATYPE_HOST=DEFAULT
POM_URL=https://github.com/facebookincubator/fbjni
POM_SCM_URL=https://github.com/facebookincubator/fbjni.git
POM_SCM_CONNECTION=scm:git:https://github.com/facebookincubator/fbjni.git
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:facebookincubator/fbjni.git
POM_LICENCE_NAME=APACHE-2
POM_LICENCE_URL=https://github.com/facebookincubator/fbjni/blob/main/LICENSE
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=facebook
POM_DEVELOPER_NAME=facebook
POM_ISSUES_URL=https://github.com/facebookincubator/fbjni/issues/
RELEASE_SIGNING_ENABLED=true
# Gradle internals
org.gradle.internal.repository.max.retries=10
org.gradle.internal.repository.initial.backoff=1250
android.useAndroidX=true
android.enableJetifier=true
# Local artifact settings
POM_NAME=fbjni
POM_DESCRIPTION=Facebook JNI helpers library
POM_ARTIFACT_ID=fbjni
POM_PACKAGING=aar