willbanders
09/04/2026, 8:12 PM./gradlew --version
...
Caused by: java.lang.ClassNotFoundException: org.apache.tools.ant.launch.AntMain
Reverting to Gradle 9.7.0 (manually updating gradle-wrapper.properties, since gradlew commands don't work) fixes this issue - output of ./gradlew --version in thread. I had a project working with Gradle 9.7.1 as of a week ago but it seems to be failing now - is there any chance this is some form of upstream dependency issue?willbanders
09/04/2026, 8:13 PM./gradlew --version
------------------------------------------------------------
Gradle 9.7.0
------------------------------------------------------------
Build time: 2026-08-06 14:07:35 UTC
Revision: 3defbfc59d757b873d787b2261de5c7f8a00970a
Kotlin: 2.4.0
Groovy: 4.0.32
Ant: Apache Ant(TM) version 1.10.17 compiled on April 6 2026
Launcher JVM: 26.0.2 (Eclipse Adoptium 26.0.2+10)
Daemon JVM: C:\Users\usr\.jdks\temurin-26.0.2 (no Daemon JVM specified, using current Java home)
OS: Windows 11 10.0 amd64willbanders
09/04/2026, 8:14 PMVampire
09/05/2026, 9:12 AM<GRADLE_USER_HOME>/wrapper/dists/<version> and try again.