This message was deleted.
# community-support
s
This message was deleted.
c
./gradlew --version
will tell you what JVM is running Gradle, though that may not be the same as what
GenSources
uses, if its using a toolchain configured somewhere in the build script.
…and
java --version
, assuming the default java is being used.