Search Gradle plugins

Version 0.0.0

0.0.0

Created 27 June 2016.

A simplified way of interacting with ForgeGradle.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.rlonryan.forgegradle") version "0.0.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.rlonryan:QuikMod:0.0.0")
      }
    }
    
    apply(plugin = "com.rlonryan.forgegradle")
  • Applying plugins to all subprojects .