architectury / architectury-loom

A Gradle plugin to setup environments for Fabric, Forge, NeoForge and Quilt modding.
https://docs.architectury.dev/loom/introduction
MIT License
115 stars 41 forks source link

Property 'http://javax.xml.XMLConstants/property/accessExternalSchema' is not recognized #210

Closed Jamalam360 closed 6 months ago

Jamalam360 commented 6 months ago

image

This happened when upgrading to Gradle 8.7 with Loom 1.6. It may well be an issue with a dependency or an upstream loom issue, not sure yet.

https://docs.gradle.org/current/userguide/upgrading_version_8.html#xml_parsing_now_requires_recent_parsers -> this Gradle page provides a temporary workaround for users

Jamalam360 commented 6 months ago

I was able to get this error sorted by switching to Temurin rather than OpenJDK (installed through Fedoras repos), in case anybody else is running into this.