org.kordamp.gradle.jandex
Owner: Andres Almiray
Jandex Gradle Plugin
https://github.com/kordamp/jandex-gradle-plugin
Sources: https://github.com/aalmiray/jandex-gradle-plugin.git
Add this plugin to your build using the plugins DSL:
plugins {
id("org.kordamp.gradle.jandex") version "2.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.kordamp.gradle:jandex-gradle-plugin:2.0.0") } } apply(plugin = "org.kordamp.gradle.jandex")
- Applying plugins to all subprojects .