foojay-toolchains icon indicating copy to clipboard operation
foojay-toolchains copied to clipboard

Java Toolchain Resolve Plugin based on the foojay DiscoAPI

Results 22 foojay-toolchains issues
Sort by recently updated
recently updated
newest added

Liberica JDK has its own Graal VM version, supporting AWT, and, consequently, Swing: [Native Image Kit](https://bell-sw.com/liberica-native-image-kit/). Since there are separate vendors for Oracle and GRAAL_VM, I propose creating LIBERICA_NIK on...

At the moment the plugin is unable to determine the C library type for which it's supposed to provide JDKs. This is a problem on Linux distributions because a JDK...

enhancement

Just like gradle wrapper can be configured to verify checksum, fetching JVM should have a similar mechanism to verify that what is installed, is what is expected to be installed....

Based on release-notes-*.txt files content and Plugin Portal release dates. Closes #67

It's important for developers to review changes coming in whenever a dependency is updated, and for that we rely on changelogs to avoid the burden of reviewing a full git...

Hi there, I encountered one error when I build my app in Oracle Linux (9.2 or 9.3) with openJDK 21 **env**: gradle: 8.6 java: 21 os: Oracle Linux 9.2 Here...

fixes #59 The GH aciton workflow was more or less copied from the gradle-wrapper-upgrade project itself. 👉 [ Link to their workflow file](https://github.com/gradle/wrapper-upgrade-gradle-plugin/blob/fa846e89de0c929df75400d66e42beb2c7d05062/.github/workflows/wrapper-upgrade-execution.yml) Please notice that I removed the commit...

See [this issue](https://github.com/gradle/foojay-toolchains/issues/47) and [related PR](https://github.com/gradle/foojay-toolchains/pull/62). It would be good if communication failures with the Foojay back-end wouldn't immediately make the plugin's resolving fail. It would be good if the...

enhancement

Right now this project uses Gradle 8.1 (released April 12th). When using the https://github.com/gradle/wrapper-upgrade-gradle-plugin we will get automatically a PR as soon as new Gradle release happen (periodically).

enhancement
help wanted

This goes a bit further of #52 and adds dependabot to make sure we are always using the latest versions of dependencies 🙃. I copied the config from [here](https://github.com/gradle/wrapper-upgrade-gradle-plugin/blob/main/.github%2Fdependabot.yml) and...