net.wooga.wdk-unity
Owner: Manne Endres
This plugin provides tasks to define and copy development dependencies into the Unity3D project
https://wooga.github.io/atlas-wdk-unity/
Sources: https://github.com/wooga/atlas-wdk-unity
Version 2.1.1-rc.1
2.1.1-rc.1
Created 20 October 2021.
This plugin provides tasks to define and copy development dependencies into the Unity3D project
Add this plugin to your build using the plugins DSL:
plugins {
id("net.wooga.wdk-unity") version "2.1.1-rc.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.net.wooga.gradle:atlas-wdk-unity:2.1.1-rc.1") } } apply(plugin = "net.wooga.wdk-unity")
- Applying plugins to all subprojects .