Search Gradle plugins

Version 1.7.1 (latest)

1.7.1

Created 14 May 2022.

foundation-plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.jamesfchen.foundation-plugin") version "1.7.1"
}

See also:

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