Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

gradle.properties 734 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. ABI_FILTERS=armeabi-v7a,arm64-v8a,x86,x86_64
  2. VERSION_NAME=0.15.0-SNAPSHOT
  3. GROUP=org.pytorch
  4. MAVEN_GROUP=org.pytorch
  5. SONATYPE_STAGING_PROFILE=orgpytorch
  6. POM_URL=https://github.com/pytorch/vision/
  7. POM_SCM_URL=https://github.com/pytorch/vision.git
  8. POM_SCM_CONNECTION=scm:git:https://github.com/pytorch/vision
  9. POM_SCM_DEV_CONNECTION=scm:git:git@github.com:pytorch/vision.git
  10. POM_LICENSE_NAME=BSD 3-Clause
  11. POM_LICENSE_URL=https://github.com/pytorch/vision/blob/main/LICENSE
  12. POM_ISSUES_URL=https://github.com/pytorch/vision/issues
  13. POM_LICENSE_DIST=repo
  14. POM_DEVELOPER_ID=pytorch
  15. POM_DEVELOPER_NAME=pytorch
  16. # Gradle internals
  17. android.useAndroidX=true
  18. android.enableJetifier=true
  19. testAppAllVariantsEnabled=false
  20. org.gradle.jvmargs=-Xmx12g
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...