com.github.blindpirate.gogradle
Owner: Bo Zhang
Full-featured Build Support for Golang
https://github.com/blindpirate/gogradle
Sources: https://github.com/blindpirate/gogradle
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.blindpirate.gogradle") version "0.2.7"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.blindpirate:gogradle:0.2.7") } } apply(plugin = "com.github.blindpirate.gogradle")
- Applying plugins to all subprojects .