jaci.openrio.gradle.GradleRIO
Owner: Jacinta Brunning
GradleRIO plugin for developing FRC Java Software.
https://github.com/Open-RIO/GradleRIO
Sources: https://github.com/Open-RIO/GradleRIO
Version 2017.0.7
2017.0.7
Created 13 January 2017.
Managing FRC Java projects, the Gradle way
Add this plugin to your build using the plugins DSL:
plugins {
id("jaci.openrio.gradle.GradleRIO") version "2017.0.7"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.jaci.openrio.gradle:GradleRIO:2017.0.7") } } apply(plugin = "jaci.openrio.gradle.GradleRIO")
- Applying plugins to all subprojects .