eu.kakde.gradle.java-toolchain-plugin
Owner: Aniket Kakde
Gradle plugin for managing same java toolchain versions across microservices.
https://github.com/ani2fun/java-toolchain-plugin.git
Sources: https://github.com/ani2fun/java-toolchain-plugin.git
Version 1.0.0
1.0.0
Created 05 September 2024.
Gradle plugin for managing same java toolchain versions across microservices.
Add this plugin to your build using the plugins DSL:
plugins {
id("eu.kakde.gradle.java-toolchain-plugin") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("eu.kakde.gradle:plugin:1.0.0") } } apply(plugin = "eu.kakde.gradle.java-toolchain-plugin")
- Applying plugins to all subprojects .