com.github.zhurlik.arduino
Owner: Uladzimir Zhuraulevich
A gradle plugin for using Arduino IDE in the gradle projects
Sources: https://github.com/zhurlik/gradle-arduino-plugin
Version 0.4
0.4
Created 27 October 2018.
A gradle plugin for using Arduino IDE in the gradle projects
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.zhurlik.arduino") version "0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.zhurlik:gradle-arduino-plugin:0.4") } } apply(plugin = "com.github.zhurlik.arduino")
- Applying plugins to all subprojects .