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