Please confirm the following.
Describe the bug
Gradle: 8.12
If you add a version with an XML formatted description to your gradle project the build will fail with the following error:
* What went wrong:
A problem occurred configuring root project 'magnetic'.
> Could not resolve all files for configuration ':modImplementation'.
> Could not resolve maven.modrinth:tree-harvester:1.21.2-9.0-fabric+neo.
Required by:
root project :
> Could not resolve maven.modrinth:tree-harvester:1.21.2-9.0-fabric+neo.
> Could not parse POM https://api.modrinth.com/maven/maven/modrinth/tree-harvester/1.21.2-9.0-fabric+neo/tree-harvester-1.21.2-9.0-fabric+neo.pom
> Resetting to invalid mark
I tried this POM: https://api.modrinth.com/maven/maven/modrinth/tree-harvester/1.21.2-9.0-fabric+neo/tree-harvester-1.21.2-9.0-fabric+neo.pom.
Stacktrace log: https://pastes.dev/Fr4N1I28bG
Steps to reproduce
- Add the modrinth maven repo to your gradle repositories.
- Add
modImplementation("maven.modrinth:tree-harvester:1.21.2-9.0-fabric+neo") to your dependencies.
Expected behavior
Normally, the version should just be downloaded. It works with e.g. Sodium.
Additional context
No response
Please confirm the following.
Describe the bug
Gradle: 8.12
If you add a version with an XML formatted description to your gradle project the build will fail with the following error:
I tried this POM: https://api.modrinth.com/maven/maven/modrinth/tree-harvester/1.21.2-9.0-fabric+neo/tree-harvester-1.21.2-9.0-fabric+neo.pom.
Stacktrace log: https://pastes.dev/Fr4N1I28bG
Steps to reproduce
modImplementation("maven.modrinth:tree-harvester:1.21.2-9.0-fabric+neo")to your dependencies.Expected behavior
Normally, the version should just be downloaded. It works with e.g. Sodium.
Additional context
No response