de.jjohannes.java-ecosystem-capabilities
Owner: Jendrik Johannes
Adds Capabilities to well-known Components hosted on Maven Central.
https://github.com/gradlex-org/java-ecosystem-capabilities
Sources: https://github.com/jjohannes/java-ecosystem-capabilities.git
Version 0.8 (latest)
0.8
Created 17 November 2022.
!!! Plugin ID changed to 'org.gradlex.java-ecosystem-capabilities' !!!
Add this plugin to your build using the plugins DSL:
plugins {
id("de.jjohannes.java-ecosystem-capabilities") version "0.8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.jjohannes.gradle:java-ecosystem-capabilities:0.8") } } apply(plugin = "de.jjohannes.java-ecosystem-capabilities")
- Applying plugins to all subprojects .