Search Gradle plugins

Version 1.5.3 (latest)

1.5.3

Created 06 July 2022.

Simple Plugins to Ease Library Development

Add this plugin to your build using the plugins DSL:

plugins {
  id("tz.co.asoft.applikation") version "1.5.3"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("tz.co.asoft:foundation-plugins:1.5.3")
      }
    }
    
    apply(plugin = "tz.co.asoft.applikation")
  • Applying plugins to all subprojects .