Search Gradle plugins

Version 1.7.0

1.7.0

Created 26 February 2022.

api-plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.jamesfchen.api-plugin") version "1.7.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.github.jamesfchen:bundles-assembler-plugin:1.7.0")
      }
    }
    
    apply(plugin = "io.github.jamesfchen.api-plugin")
  • Applying plugins to all subprojects .