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 2018-beta-3
2018-beta-3
Created 18 November 2017.
Managing FRC projects, the Gradle way
Add this plugin to your build using the plugins DSL:
plugins {
id("jaci.openrio.gradle.GradleRIO") version "2018-beta-3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.jaci.openrio.gradle:GradleRIO:2018-beta-3") } } apply(plugin = "jaci.openrio.gradle.GradleRIO")
- Applying plugins to all subprojects .