You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.20.+ also seems to work for the version override workaround
jpenilla
changed the title
11.0.0-SNAPSHOT uses 1.20 instead of 1.20.1 for spongeRuntime
11.0.0-SNAPSHOT apiVersion uses 1.20 instead of 1.20.1 for spongeRuntime
Aug 4, 2023
To note, this also happens with API 13 (per user report)
If you use the workaround from here to specify an exact build like "1.21.3-13.0.1-RC2025", it complains that "no matching variant is found"
No matching variant of org.spongepowered:spongevanilla:1.21.3-13.0.1-RC2025 was found. The consumer was configured to find attribute 'org.spongepowered.api-target' with value '13.0.0'
I'm not at all sure how to handle it explicitly, without being able to add a version tag that you can further specify the MC version in the dependency somehow, because that is definitely doable
The
+
version fromSpongePluginGradle#addRuntimeDependency
is selecting 1.20 over 1.20.1, it's also in the wrong order on the Nexus web uiAs a workaround I forced the version with
The text was updated successfully, but these errors were encountered: