Search Gradle plugins

Version 2.2-6 (latest)

2.2-6

Created 30 April 2017.

Provides a MCP workspace with Vanilla client and server sources merged

Add this plugin to your build using the plugins DSL:

plugins {
  id("net.minecrell.vanillagradle.merged") version "2.2-6"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.net.minecrell:vanillagradle:2.2-6")
      }
    }
    
    apply(plugin = "net.minecrell.vanillagradle.merged")
  • Applying plugins to all subprojects .