Search Gradle plugins

edu.ysu.gradle

YSU Gradle Plugin

http://www.ysu.edu/

Sources: Private

Version 0.2.4

0.2.4

Created 01 June 2015.

YSU Gradle Plugin

Add this plugin to your build using the plugins DSL:

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

See also:

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