You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forked this template to a private repo and changed the runners to the self-hosted ones.
The build failed with:
Run ./gradlew assembleDevDebug --stacktrace
Welcome to Gradle 8.7!
Here are the highlights of this release:
- Compiling and testing with Java 22
- Cacheable Groovy script compilation
- New methods in lazy collection properties
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 66
Note that the runner uses java 21 and gradle uses java 22
The text was updated successfully, but these errors were encountered:
I forked this template to a private repo and changed the runners to the self-hosted ones.
The build failed with:
Note that the runner uses java 21 and gradle uses java 22
The text was updated successfully, but these errors were encountered: