Search Gradle plugins

net.wooga.unity-version-manager

This plugin provides tasks to manage and downloads unity versions

https://wooga.github.io/atlas-unity/

Sources: https://github.com/wooga/atlas-unity

Version 0.2.0

0.2.0

Created 01 November 2018.

This plugin provides tasks to manage and downloads unity versions

Add this plugin to your build using the plugins DSL:

plugins {
  id("net.wooga.unity-version-manager") version "0.2.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.net.wooga.gradle:atlas-unity-version-manager:0.2.0")
      }
    }
    
    apply(plugin = "net.wooga.unity-version-manager")
  • Applying plugins to all subprojects .