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.3
0.3
Created 24 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.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.zhurlik:gradle-arduino-plugin:0.3") } } apply(plugin = "com.github.zhurlik.arduino")
- Applying plugins to all subprojects .