Search Gradle plugins

Version 0.6.0

0.6.0

Created 19 July 2020.

Jandex Gradle Plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.kordamp.gradle.jandex") version "0.6.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.kordamp.gradle:jandex-gradle-plugin:0.6.0")
      }
    }
    
    apply(plugin = "org.kordamp.gradle.jandex")
  • Applying plugins to all subprojects .