Git Product home page Git Product logo

Comments (4)

GSeibt avatar GSeibt commented on August 23, 2024

Hi,

not sure about Could not determine java version from '11.0.20.1'. but I updated the develop branch to use Gradle 8.4 and the latest plugins + dependencies. I am using Java 11 for running Gradle and Gradle downloads Java 8 (Temurin) for building now.

Works for me. Can you give it a try?

Also, please use the develop branch. I set that as the default now.

Best,
Georg

from jdime.

mernst avatar mernst commented on August 23, 2024

Georg, thanks for your reply.

Unfortunately, I am still suffering this error when running ./gradlew installDist:

* What went wrong:
Could not determine the dependencies of task ':installDist'.
> Could not resolve all dependencies for configuration ':runtimeClasspath'.
   > Failed to calculate the value of task ':compileJava' property 'javaCompiler'.
      > No matching toolchains found for requested specification: {languageVersion=8, vendor=ADOPTIUM, implementation=vendor-specific} for LINUX on x86_64.
         > No locally installed toolchains match and toolchain download repositories have not been configured.

Here is how you can reproduce the prolem:

docker run -it adoptopenjdk/openjdk11 /bin/bash
apt-get update
apt install -yq git
git clone -q https://github.com/se-sic/jdime /tmp/jdime
cd /tmp/jdime
which java && java -version
./gradlew -q installDist

from jdime.

GSeibt avatar GSeibt commented on August 23, 2024

Hm, seems one has to configure how to download toolchains now. I added the appropriate plugin on the development branch.

from jdime.

mernst avatar mernst commented on August 23, 2024

That worked, thanks.

from jdime.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.