org.openftc.ftc-resources-plugin
Owner: Noah Andrews
A Gradle plugin to push files to the FIRST folder of all connected Android devices (FTC Teams only)
https://github.com/OpenFTC/external-resources-gradle-plugin
Sources: https://github.com/OpenFTC/external-resources-gradle-plugin
Version 0.9.1 (latest)
0.9.1
Created 02 February 2018.
A Gradle plugin to push files to the FIRST folder of all connected Android devices (FTC Teams only)
Add this plugin to your build using the plugins DSL:
plugins {
id("org.openftc.ftc-resources-plugin") version "0.9.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.openftc.ftcresourcesplugin:ftcExternalResources:0.9.1") } } apply(plugin = "org.openftc.ftc-resources-plugin")
- Applying plugins to all subprojects .