gradle.properties 738 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
12
13
14
15
16
17
18
19
20
21
22
23
24
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
POM_LICENSE_URL=https://github.com/pytorch/vision/blob/master/LICENSE
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

org.gradle.jvmargs=-Xmx4096m