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-3a
2018-beta-3a
Created 26 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-3a"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.jaci.openrio.gradle:GradleRIO:2018-beta-3a") } } apply(plugin = "jaci.openrio.gradle.GradleRIO")
- Applying plugins to all subprojects .