Search Gradle plugins

Version 1.4.5 (latest)

1.4.5

Created 20 October 2022.

module-publisher-plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.jamesfchen.module-publisher-plugin") version "1.4.5"
}

See also:

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