Go Continuous Delivery Gradle task plugin
Download the plugin and copy it into $GO_SERVER_HOME/plugins/external
and restart the Go server.
The plugin should appear on Plugins page.
Add Gradle tasks to your build stage.
The lists of Gradle tasks to execute. (required)
Example: clean build
Whether to run the wrapper script instead of gradle command
The Gradle installation directory, needed only if wrapper isn't used and gradle is not on path.
You may also specify GRADLE_HOME environment variable either for the specific build or entire Go Environment.
Whether to run Gradle daemon for build.
Whether to run build in offline mode.
Enables debug logging level.
Any additional options to pass to Gradle
Example: --parallel
Apache 2.0