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