edu.vanderbilt.grader.plugin
Owner: Monte Creasor
A gradle plugin required by Vanderbilt Coursera assignment projects.
https://github.com/MonteCreasor/grader/
Sources: https://github.com/montecreasor/grader.git
Version 1.0.1.2
1.0.1.2
Created 27 June 2017.
A gradle plugin required by Vanderbilt Coursera assignment projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("edu.vanderbilt.grader.plugin") version "1.0.1.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.edu.vanderbilt.grader:plugin:1.0.1.2") } } apply(plugin = "edu.vanderbilt.grader.plugin")
- Applying plugins to all subprojects .