Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
WPI Robotics Library
edu.wpi.first.Toolchain
PluginId
Author
edu.wpi.first.Toolchain
Owner: WPI Robotics Library
FRC Toolchain Standalone Gradle Plugin
Version 2019.1.1-beta-3-pre5
2019.1.1-beta-3-pre5
Created 05 December 2018.
FRC Toolchain Standalone Gradle Plugin
Other versions
- 2025.6.0
- 2025.4.0
- 2025.3.0
- 2025.2.0
- 2025.1.0
- 2025.0.0
- 2024.7.2
- 2024.7.1
- 2024.7.0
- 2024.6.1
- 2024.6.0
- 2024.5.2
- 2024.5.1
- 2024.5.0
- 2024.4.0
- 2024.3.2
- 2024.3.1
- 2024.3.0
- 2024.2.0
- 2024.1.0
- 2024.0.0
- 2023.11.1
- 2023.11.0
- 2023.10.0
- 2023.9.1
- 2023.9.0
- 2023.8.2
- 2023.8.1
- 2023.8.0
- 2023.7.0
- 2023.6.1
- 2023.6.0
- 2023.5.0
- 2023.4.1
- 2023.4.0
- 2023.3.0
- 2023.2.8
- 2023.2.7
- 2023.2.6
- 2023.2.5
- 2023.2.4
- 2023.2.3
- 2023.2.2
- 2023.2.1
- 2023.2.0
- 2023.1.0
- 2023.0.8
- 2023.0.7
- 2023.0.6
- 2023.0.5
- 2023.0.4
- 2023.0.3
- 2023.0.2
- 2023.0.1
- 2023.0.0
- 2022.8.2
- 2022.8.1
- 2022.7.1
- 2022.6.1
- 2022.5.1
- 2022.4.4
- 2022.4.3
- 2022.4.2
- 2022.4.1
- 2022.3.1
- 2022.3.0
- 2022.2.0
- 2022.1.0
- 2022.0.2
- 2022.0.0
- 2021.1.1
- 2021.1.0
- 2021.0.6
- 2021.0.5
- 2021.0.4
- 2021.0.3
- 2021.0.2
- 2021.0.1
- 2021.0.0
- 2020.10.1
- 2020.10.0
- 2020.9.4
- 2020.9.3
- 2020.9.2
- 2020.9.1
- 2020.9.0
- 2020.8.2
- 2020.8.1
- 2020.8.0
- 2020.7.4
- 2020.7.3
- 2020.7.2
- 2020.7.1
- 2020.6.1
- 2020.5.2
- 2020.5.1
- 2020.5.0
- 2020.4.1
- 2020.4.0
- 2020.1.5
- 2020.1.4
- 2020.1.3
- 2020.1.2
- 2020.1.1
- 2020.1.0
- 2020.0.8
- 2020.0.7
- 2020.0.6
- 2020.0.5
- 2020.0.4
- 2020.0.3
- 2020.0.2
- 2020.0.1
- 2020.0.0
- 2019.5.15
- 2019.5.12
- 2019.5.10
- 2019.5.9
- 2019.5.8
- 2019.5.6
- 2019.5.4
- 2019.5.3
- 2019.5.2
- 2019.5.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
Using the plugins DSL:
plugins {
id("edu.wpi.first.Toolchain") version "2019.1.1-beta-3-pre5"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("gradle.plugin.edu.wpi.first:ToolchainPlugin:2019.1.1-beta-3-pre5")
}
}
apply(plugin = "edu.wpi.first.Toolchain")
Using the plugins DSL:
plugins {
id "edu.wpi.first.Toolchain" version "2019.1.1-beta-3-pre5"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.edu.wpi.first:ToolchainPlugin:2019.1.1-beta-3-pre5"
}
}
apply plugin: "edu.wpi.first.Toolchain"