Closed kaibernhard closed 2 years ago
Hm, that's weird, looks like something went wrong releasing 🤔 I'll look into it asap thanks!
It seems that only the Gradle Plugin portal version was affected, I've republished it. You may need to run the task with --refresh-dependencies
once to get the updated version. The maven central version was unaffected. Would be great if you can confirm that it works for you too now. Your repro project works for me now, thanks for providing that.
Thanks for the quick reaction and the great plugin, @hvisser - it works with the repo and real projects.
Describe the issue Updating from 0.6.0 to 0.6.1 introduced an issue creating the versionCatalogUpdate task,
Caused by: java.lang.ClassNotFoundException: nl.littlerobots.vcu.model.VersionCatalog
Steps to reproduce
./gradlew vCU --stacktrace
With version 0.6.1, it produces the stacktrace below. With version pinned to 0.6.0, the task works as expected.Stacktrace
vcu-classnotfound.zip