From 4f616ac8f3bca5a7d43b859cac5469a31553f043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolf-Martell=20Montw=C3=A9?= Date: Mon, 30 Sep 2024 18:09:38 +0200 Subject: [PATCH] Remove workaround for old AGP version --- gradle.properties | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gradle.properties b/gradle.properties index 39183d0d159..e2367850b41 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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