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 2.2.4
2.2.4
Created 28 January 2022.
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 "2.2.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.net.wooga.gradle:atlas-plugins:2.2.4") } } apply(plugin = "net.wooga.plugins")
- Applying plugins to all subprojects .