jaci.gradle.EmbeddedTools
Owner: WPI Robotics Library
Additions to the model-based DSL for deploying Java and Native projects to remote targets
https://github.com/JacisNonsense/EmbeddedTools
Sources: https://github.com/JacisNonsense/DeployTools
Version 2017.9.28
2017.9.28
Created 27 September 2017.
Additions to the model-based DSL for deploying Java and Native projects to remote targets
Add this plugin to your build using the plugins DSL:
plugins {
id("jaci.gradle.EmbeddedTools") version "2017.9.28"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.jaci.gradle:DeployTools:2017.9.28") } } apply(plugin = "jaci.gradle.EmbeddedTools")
- Applying plugins to all subprojects .