gradle.properties 734 Bytes
Newer Older
1
2
ABI_FILTERS=armeabi-v7a,arm64-v8a,x86,x86_64

3
VERSION_NAME=0.10.0-SNAPSHOT
4
5
GROUP=org.pytorch
MAVEN_GROUP=org.pytorch
6
SONATYPE_STAGING_PROFILE=orgpytorch
7
8
9
10
11
POM_URL=https://github.com/pytorch/vision/
POM_SCM_URL=https://github.com/pytorch/vision.git
POM_SCM_CONNECTION=scm:git:https://github.com/pytorch/vision
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:pytorch/vision.git
POM_LICENSE_NAME=BSD 3-Clause
12
POM_LICENSE_URL=https://github.com/pytorch/vision/blob/main/LICENSE
13
14
15
16
17
18
19
20
21
22
23
POM_ISSUES_URL=https://github.com/pytorch/vision/issues
POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=pytorch
POM_DEVELOPER_NAME=pytorch

# Gradle internals
android.useAndroidX=true
android.enableJetifier=true

testAppAllVariantsEnabled=false

24
org.gradle.jvmargs=-Xmx12g