forked from EventFahrplan/EventFahrplan
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgradle.properties
More file actions
12 lines (11 loc) · 690 Bytes
/
gradle.properties
File metadata and controls
12 lines (11 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
# Optimizing Gradle builds for JDK 11
org.gradle.jvmargs=-XX:+UseParallelGC
# Workaround to fix Gradle Versions Plugin with Gradle 8+
# See: https://github.com/ben-manes/gradle-versions-plugin/issues/822
# See: https://github.com/gradle/gradle/issues/26672
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