io.github.technomancers.gradleio
所有者: Will Dixon
简化将您的 Java 机器人代码构建和部署到 RoboRIO,无需 Eclipse。
资源: https://github.com/technomancers/gradle
版本 0.1.0(最新版)
0.1.0
创建时间:2017年1月5日。
简化将您的 Java 机器人代码构建和部署到 RoboRIO,无需 Eclipse。
使用插件 DSL
plugins {
id("io.github.technomancers.gradleio") version "0.1.0"
}
使用旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.io.github.technomancers:GradleRIO:0.1.0")
}
}
apply(plugin = "io.github.technomancers.gradleio")