- install https://sdkman.io (if you haven't already)
- install a java jdk version 17
- run
java -versionto make sure to have version 17
If integration testing runs into issues with missing drivers, exclude those from the build with "-x" like
./gradlew integrationTest -Dgeb.env=htmlUnit -x:configureChromeDriverBinary -x:configureEdgeDriverBinary -x:configureGeckoDriverBinary