Search Gradle plugins

Version 0.5.0 (latest)

0.5.0

Created 06 December 2020.

The Fulib Gradle Plugin.

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.fulib.fulibGradle") version "0.5.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.fulib:fulibGradle:0.5.0")
      }
    }
    
    apply(plugin = "org.fulib.fulibGradle")
  • Applying plugins to all subprojects .