Current gradle configuration specifies Adoptium as JVM vendor and it breaks probably every gradle task on Debian (testing/unstable). Running ./gradlew run gives this:
No matching toolchains found for requested specification: {languageVersion=11, vendor=ADOPTIUM, implementation=vendor-specific} for LINUX on x86_64.
Removing vendor = JvmVendorSpec.ADOPTIUM directive in allProjects.java.toolchain solves the problem.
You may set your configuration not to allow auto-provisioning.
Please check the org.gradle.java.installations.auto-download Gradle property:
Either start gradle using -Porg.gradle.java.installations.auto-download=false
Or put org.gradle.java.installations.auto-download=false into a gradle.properties file.
You can debug your toolchains
https://docs.gradle.org/current/userguide/toolchains.html#sub:viewing_toolchains
does change here help you?
https://github.com/omegat-org/omegat/pull/768
https://github.com/omegat-org/omegat/pull/768 is merged into master.
@abashkinl could you try with master branch?
Probably missed an email then. Everything works fine now.
There is no further claims.