Search Gradle plugins

edu.ysu.gradle

YSU Gradle Plugin

http://www.ysu.edu/

Sources: Private

Version 0.2.0

0.2.0

Created 28 May 2015.

YSU Gradle Plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("edu.ysu.gradle") version "0.2.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.edu.ysu:YSUGradlePlugin:0.2.0")
      }
    }
    
    apply(plugin = "edu.ysu.gradle")
  • Applying plugins to all subprojects .