Ladysnake / Cardinal-Components-API

Component API to add external data to objects.
https://www.curseforge.com/minecraft/mc-mods/cardinal-components
MIT License
165 stars 36 forks source link

6.0.0-pre1 uses loom 1.7 alpha #175

Closed jpenilla closed 3 months ago

jpenilla commented 3 months ago

Is it intentional that the published builds for 6.0.0-pre1 are built using loom 1.7 alpha? This forces consumers to update to loom 1.7 alpha as well: https://github.com/jpenilla/squaremap/pull/227. What's strange is the repo doesn't use 1.7: https://github.com/Ladysnake/Cardinal-Components-API/blob/1.20.5/build.gradle.kts#L7, but downloading the jar from releases or maven and checking the manifest shows that it was in fact built with 1.7.

Pyrofab commented 3 months ago

Not intentional, it's most likely being pulled as a transitive dependency. Apologies for the inconvenience.

Pyrofab commented 3 months ago

Fixed in pre2