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.0.1-SNAPSHOT
0.0.1-SNAPSHOT
Created 06 February 2017.
Full-featured Build Support for Golang
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.blindpirate.gogradle") version "0.0.1-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.blindpirate:gogradle:0.0.1-SNAPSHOT") } } apply(plugin = "com.github.blindpirate.gogradle")
- Applying plugins to all subprojects .