Skip to content

Commit

Permalink
Use unsecure parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Dec 12, 2023
1 parent c33d80f commit eafcd7c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@ android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
org.gradle.jvmargs="-Xmx4608m"
org.gradle.jvmargs="-Xmx4608m"

# No clue why this is needed, but the docs do not to explain it.
# https://docs.gradle.org/current/userguide/upgrading_version_8.html#xml_parsing_now_requires_recent_parsers
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

0 comments on commit eafcd7c

Please sign in to comment.