org.ajoberstar.release-base
Owner: Andrew Oberstar
Git plugins for Gradle
http://github.com/ajoberstar/gradle-git
Version 1.3.0-milestone.1
1.3.0-milestone.1
Created 03 January 2017.
No version description available.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.ajoberstar.release-base") version "1.3.0-milestone.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.ajoberstar:gradle-git:1.3.0-milestone.1") } } apply(plugin = "org.ajoberstar.release-base")
- Applying plugins to all subprojects .