org.gint.atlassian
Owner: Bob Swift
Gint Extension for Atlassian Products
Sources: https://bitbucket.org/gint_org/gint-atlassian
Add this plugin to your build using the plugins DSL:
plugins {
id("org.gint.atlassian") version "3.8.7"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.gint:gint-atlassian:3.8.7") } } apply(plugin = "org.gint.atlassian")
- Applying plugins to all subprojects .