i changed the jdk from 12 to 11. trying to run `./...
# announcements
t
i changed the jdk from 12 to 11. trying to run
./gradlew build
i now always get this error
Copy code
> Task :authmock:compileKotlin FAILED
e: No class roots are found in the JDK path: /usr/lib/jvm/java-12-openjdk-amd64
any idea what to do?
Oh there were 2 gradle deaemon running. after killing them it cokmpiles again