Matyrobbrt / RegistrationUtils

A minecraft library for multiloader registration utilities
MIT License
16 stars 3 forks source link

MC 1.20.1 Gradle 8.7 incompatible with registrationutils #13

Closed hexnowloading closed 3 months ago

hexnowloading commented 3 months ago

A problem occurred configuring root project 'Dungeon Now Loading Multiloader Mod'.

Could not create an instance of type com.matyrobbrt.registrationutils.gradle.RegExtension. Could not find 'versionParser'

Possible solution:

LogicTechCorp commented 3 months ago

I am also getting this issue with Gradle 8.8. I am using RU version 1.20.1 on MC 1.19.4.

LogicTechCorp commented 3 months ago

@hexnowloading have you found a fix or workaround?

Matyrobbrt commented 3 months ago

Should be fixed in 1.20.1-2.0.1

Witixin1512 commented 3 months ago

I'm getting the following error during regutilsIdeSync after updating to RegUtils 1.20.1-2.0.1 using both Gradle 8.7 and 8.8:

Circular dependency between the following tasks:
:forge:addMixinsToCommonRegCombinedJar
\--- :forge:compileJava
     \--- :forge:commonRegCombinedJar
          \--- :forge:addMixinsToCommonRegCombinedJar (*)
LogicTechCorp commented 3 months ago

I'm getting the following error during regutilsIdeSync after updating to RegUtils 1.20.1-2.0.1 using both Gradle 8.7 and 8.8:

Circular dependency between the following tasks:
:forge:addMixinsToCommonRegCombinedJar
\--- :forge:compileJava
     \--- :forge:commonRegCombinedJar
          \--- :forge:addMixinsToCommonRegCombinedJar (*)

Same here.