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.9.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.blindpirate:gogradle:0.9.2") } } apply(plugin = "com.github.blindpirate.gogradle")
- Applying plugins to all subprojects .