Skip to content

Commit

Permalink
Remove workaround for old AGP version
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Sep 30, 2024
1 parent bd13372 commit 4f616ac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,3 @@ org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=false
org.gradle.kotlin.dsl.allWarningsAsErrors=true
## Workaround for AGP still using old versions of xerces and having issues with Gradle > 8.3
## https://docs.gradle.org/current/userguide/upgrading_version_8.html#xml_parsing_now_requires_recent_parsers
## A fix is available in AGP 8.3.0-alpha12: https://issuetracker.google.com/issues/306301014
## Remove this once AGP 8.3.0 works with Intellij IDEA
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 4f616ac

Please sign in to comment.