Menu

#1217 Broken gradle tasks on Debian

6.1
open-fixed
None
5
2024-01-29
2023-10-09
No

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.

Discussion

  • Hiroshi Miura

    Hiroshi Miura - 2023-10-09

    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.

     
  • Hiroshi Miura

    Hiroshi Miura - 2023-10-15

    https://github.com/omegat-org/omegat/pull/768 is merged into master.

    @abashkinl could you try with master branch?

     
    • Lev Abashkin

      Lev Abashkin - 2024-01-29

      Probably missed an email then. Everything works fine now.

       
  • Hiroshi Miura

    Hiroshi Miura - 2023-10-20
    • assigned_to: Hiroshi Miura
     
  • Hiroshi Miura

    Hiroshi Miura - 2023-10-26
    • status: open --> open-fixed
     
  • Hiroshi Miura

    Hiroshi Miura - 2023-10-26

    There is no further claims.

     

Log in to post a comment.

MongoDB Logo MongoDB