edu.vanderbilt.grader.plugin
所有者: Monte Creasor
need Vanderbilt Coursera assignment projects required gradle plugin.
https://github.com/MonteCreasor/grader/
来源: https://github.com/montecreasor/grader.git
使用 插件 DSL
plugins {
id("edu.vanderbilt.grader.plugin") version "2.0.8.7"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.edu.vanderbilt.grader:plugin:2.0.8.7")
}
}
apply(plugin = "edu.vanderbilt.grader.plugin")