Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 4f616ac8 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé
Browse files

Remove workaround for old AGP version

parent bd133720
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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