Search Gradle plugins

Plugin Latest Version

Toolchains resolver using the Foojay Disco API for resolving Java runtimes

1.0.0
(19 May 2025)

Toolchains resolver using the Foojay Disco API for resolving Java runtimes. Automatically configures toolchain management.

1.0.0
(19 May 2025)

Configures a JavaToolchainResolver that is configured via environment variables: - MAVEN_DOWNLOAD_URL: the base URL for the maven repository - MAVEN_USER: the username for the maven repository (optional) - MAVEN_PASSWORD: the password for the maven repository (optional) The JDK is expected to be in the form of a maven coordinate: [MAVEN_DOWNLOAD_URL]/jdk/vendor/version/os/architecture/vendor-jdk-version-os-architecture.zip

1.1.0
(23 January 2025)

Applies all three resolution plugins: JavaToolchainResolver, DependencyResolutionPlugin and PluginResolutionPlugin. This is just for convenience.

1.1.0
(23 January 2025)