2021-05-11 17:34:40 +00:00
|
|
|
## For more details on how to configure your build environment visit
|
|
|
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
|
|
|
#
|
|
|
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
|
|
|
# The setting is particularly useful for tweaking memory settings.
|
|
|
|
|
# Default value: -Xmx1024m -XX:MaxPermSize=256m
|
2025-01-18 16:51:06 +00:00
|
|
|
org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -Djavax.xml.accessExternalSchema=all -Djavax.xml.accessExternalDTD=all
|
2021-05-11 17:34:40 +00:00
|
|
|
#
|
|
|
|
|
# When configured, Gradle will run in incubating parallel mode.
|
|
|
|
|
# This option should only be used with decoupled projects. More details, visit
|
|
|
|
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
|
|
|
# org.gradle.parallel=true
|
|
|
|
|
#Tue Jan 26 17:36:02 PST 2021
|
|
|
|
|
android.enableJetifier=true
|
|
|
|
|
android.useAndroidX=true
|
2025-01-28 17:53:13 +00:00
|
|
|
OnnxruntimeModule_buildToolsVersion=33.0.0
|
2025-01-16 16:03:31 +00:00
|
|
|
OnnxruntimeModule_compileSdkVersion=34
|
|
|
|
|
OnnxruntimeModule_minSdkVersion=24
|
|
|
|
|
OnnxruntimeModule_targetSdkVersion=34
|
2025-01-18 16:51:06 +00:00
|
|
|
|
|
|
|
|
systemProp.javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
|
|
|
|
|
systemProp.javax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
|
|
|
|
|
systemProp.javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
|