Search Gradle plugins

edu.ysu.gradle

YSU Gradle Plugin

http://www.ysu.edu/

Sources: Private

Version 0.1.2

0.1.2

Created 27 May 2015.

YSU Gradle Plugin

Add this plugin to your build using the plugins DSL:

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

See also:

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