SpongePowered / MixinGradle

Gradle plugin that adds the Mixin technology capability to your project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use of jar.archiveName causes issues on gradle 8

lukebemish opened this issue · comments

The use of jar.archiveName, a deprecated-for-removal property, in MixinGradle causes issues attempting to run it using gradle 8.1.1.

See a use of the property here: https://github.com/SpongePowered/MixinGradle/blob/df801a4aff9ab132441df49d279d1d26f3261e05/src/main/groovy/org/spongepowered/asm/gradle/plugins/MixinExtension.groovy#LL201C34-L201C34.

The alternative seems to be to read the file name with archiveFileName instead. I discovered this issue while testing an attempt to update ForgeGradle to gradle 8