Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
WPI Robotics Library
edu.wpi.first.GradleRIO
PluginId
Author
edu.wpi.first.GradleRIO
Owner: WPI Robotics Library
Managing FRC projects, the Gradle way (2019+)
Version 2019.1.1-beta-3-pre5
2019.1.1-beta-3-pre5
Created 05 December 2018.
Managing FRC projects, the Gradle way (2019+)
Other versions
- 2025.1.1-beta-2
- 2025.1.1-beta-1
- 2025.0.0-alpha-2
- 2024.3.2
- 2024.3.1
- 2024.2.1
- 2024.1.1
- 2024.1.1-beta-4
- 2024.1.1-beta-3
- 2024.1.1-beta-2
- 2024.1.1-beta-1
- 2024.0.0-alpha-1
- 2023.4.3
- 2023.4.2
- 2023.4.1
- 2023.3.2
- 2023.3.1
- 2023.2.1
- 2023.1.1
- 2023.1.1-beta-7
- 2023.1.1-beta-6
- 2023.1.1-beta-5
- 2023.1.1-beta-4
- 2023.1.1-beta-3
- 2023.1.1-beta-2
- 2023.1.1-beta-1
- 2023.1.1-alpha-1
- 2023.0.0-alpha-1
- 2022.4.1
- 2022.3.1
- 2022.2.1
- 2022.1.1
- 2022.1.1-rc-1
- 2022.1.1-beta-4
- 2022.1.1-beta-3
- 2022.1.1-beta-2
- 2022.1.1-beta-1
- 2022.1.1-alpha-3
- 2022.1.1-alpha-2
- 2022.1.1-alpha-1
- 2022.0.0-alpha-2
- 2021.3.1
- 2021.2.2
- 2021.2.1
- 2021.1.2
- 2021.1.1-beta-5
- 2021.1.1-beta-4
- 2021.1.1-beta-3
- 2021.1.1-beta-2
- 2021.1.1-beta-1
- 2021.1.1-alpha-1
- 2020.3.2
- 2020.3.1
- 2020.2.2
- 2020.2.1
- 2020.1.2
- 2020.1.1
- 2020.1.1-beta-5
- 2020.1.1-beta-4
- 2020.1.1-beta-3a
- 2020.1.1-beta-3
- 2020.1.1-beta-2
- 2020.1.1-beta-1
- 2019.4.1
- 2019.3.2
- 2019.3.1
- 2019.2.1
- 2019.1.1
- 2019.1.1-rc-1
- 2019.1.1-beta-4-pre4
- 2019.1.1-beta-4-pre2
- 2019.1.1-beta-4-pre1
- 2019.1.1-beta-4c
- 2019.1.1-beta-4b
- 2019.1.1-beta-4a
- 2019.1.1-beta-4
- 2019.1.1-beta-3-pre9
- 2019.1.1-beta-3-pre8
- 2019.1.1-beta-3-pre7
- 2019.1.1-beta-3-pre6
- 2019.1.1-beta-3-pre4
- 2019.1.1-beta-3-pre3
- 2019.1.1-beta-3-p-2
- 2019.1.1-beta-3a
- 2019.1.1-beta-3
- 2019.1.1-beta-2a
- 2019.1.1-beta-1
- 2019.0.0-beta0-pre6
- 2019.0.0-beta0-pre5
- 2019.0.0-beta0-pre4
- 2019.0.0-beta0-pre3
- 2019.0.0-beta0-pre1
- 2019.0.0-alpha-3
- 2019.0.0-alpha-2
- 2019.0.0-alpha-1
- 2018.06.21
Add this plugin to your build using the plugins DSL:
plugins {
id("edu.wpi.first.GradleRIO") version "2019.1.1-beta-3-pre5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.edu.wpi.first:GradleRIO:2019.1.1-beta-3-pre5") } } apply(plugin = "edu.wpi.first.GradleRIO")
- Applying plugins to all subprojects .