org.echocat.golang-minor
Owner: Gregor Noczinski
Gradle plugin to build, test and do other stuff of Golang projects.
https://github.com/echocat/gradle-golang-plugin
Sources: https://github.com/echocat/gradle-golang-plugin
Version 0.1.16 (latest)
0.1.16
Created 25 March 2017.
Gradle plugin to build, test and do other stuff of Golang projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.echocat.golang-minor") version "0.1.16"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.echocat.gradle.plugins:gradle-golang-plugin:0.1.16") } } apply(plugin = "org.echocat.golang-minor")
- Applying plugins to all subprojects .