net.wooga.plugins
Owner: Manne Endres
This plugin provides tasks and basic setup for other plugins
https://wooga.github.io/atlas-plugins
Sources: https://plugins.com/wooga/atlas-plugins
Version 0.1.0
0.1.0
Created 21 November 2017.
This plugin provides tasks and basic setup for other plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("net.wooga.plugins") version "0.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.net.wooga.gradle:atlas-plugins:0.1.0") } } apply(plugin = "net.wooga.plugins")
- Applying plugins to all subprojects .