1# Copyright (c) Facebook, Inc. and its affiliates. 2# 3# This source code is licensed under the Apache-2 license found in the LICENSE file 4# in the root directory of this source tree. 5 6# POM publishing constants 7VERSION_NAME=0.7.0 8GROUP=com.facebook.fbjni 9SONATYPE_STAGING_PROFILE=comfacebook 10SONATYPE_HOST=DEFAULT 11POM_URL=https://github.com/facebookincubator/fbjni 12POM_SCM_URL=https://github.com/facebookincubator/fbjni.git 13POM_SCM_CONNECTION=scm:git:https://github.com/facebookincubator/fbjni.git 14POM_SCM_DEV_CONNECTION=scm:git:git@github.com:facebookincubator/fbjni.git 15POM_LICENCE_NAME=APACHE-2 16POM_LICENCE_URL=https://github.com/facebookincubator/fbjni/blob/main/LICENSE 17POM_LICENCE_DIST=repo 18POM_DEVELOPER_ID=facebook 19POM_DEVELOPER_NAME=facebook 20POM_ISSUES_URL=https://github.com/facebookincubator/fbjni/issues/ 21RELEASE_SIGNING_ENABLED=true 22 23# Gradle internals 24org.gradle.internal.repository.max.retries=10 25org.gradle.internal.repository.initial.backoff=1250 26 27android.useAndroidX=true 28android.enableJetifier=true 29 30# Local artifact settings 31POM_NAME=fbjni 32POM_DESCRIPTION=Facebook JNI helpers library 33POM_ARTIFACT_ID=fbjni 34POM_PACKAGING=aar 35