Closed peetkes closed 2 months ago
Thanks @peetkes - this has been an ongoing issue in Gradle itself - https://stackoverflow.com/questions/77225378/gradle-clean-fails-with-gradleexception-failed-to-create-jar-file - and the bump from Jackson 2.15.x to 2.17.2 in ml-gradle 5.0.0 appears to have triggered another scenario where Gradle is buggy. According to that SO post, the issue is completely resolved in Gradle 8.5. But I verified what you encountered, which is that 7.6.4 addresses this particular issue.
I'll update the README accordingly. Thanks again for the report.
I tried running the gradle mlNewProject with the ml-gradle 5.0.0 plugin but got a concurrency issue I ran below command and got the following error.
I upgraded to gradle 7.6.4 and that did the trick.