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 2018.07.03
2018.07.03
Created 01 July 2018.
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 "2018.07.03"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.jaci.gradle:DeployTools:2018.07.03") } } apply(plugin = "jaci.gradle.EmbeddedTools")
- Applying plugins to all subprojects .