Lee Rhodes
04/24/2024, 11:54 PMgradle init
again also now fails. What do I have to delete from the root dir to do the init from scratch?Vampire
04/25/2024, 6:57 AMVampire
04/25/2024, 6:59 AMLee Rhodes
04/25/2024, 3:44 PMVampire
04/25/2024, 3:59 PMVampire
04/25/2024, 4:00 PMLee Rhodes
04/25/2024, 4:24 PMIf you just delete the line from the settings script it should work as good as it gets.Which line? the “includeBuild(‘build-logic’)” line? Or should I just delete all the Gradle directories/files: /gradle, /build.gradle, /gradlew, /gradlew.bat, /mvnw, mvnw.cmd, /settings.gradle, and try
gradle init
again?Vampire
04/25/2024, 5:15 PMIn order to “answer ‘no’ to the last question” I have to have “init” working.I don't get what you say, the question is part of
init
.
Which line? the “includeBuild(‘build-logic’)” line?Yes, that's the bug, that the line is added even though it is not created for a single-module Maven build that is "transformed"
/mvnw, mvnw.cmdThose are Maven, not Gradle. The others you could of course delete to run
init
again, but as I said, just delete that line and you should be fine.Lee Rhodes
04/30/2024, 11:58 PM