de.clashsoft.simple-publish
Owner: Adrian Kunz
A Gradle plugin that simplifies publishing to Maven and Bintray.
https://github.com/Clashsoft/Simple-Publish
Sources: https://github.com/Clashsoft/Simple-Publish
Version 0.1.0
0.1.0
Created 14 March 2019.
A Gradle plugin that simplifies publishing to Maven and Bintray.
Add this plugin to your build using the plugins DSL:
plugins {
id("de.clashsoft.simple-publish") version "0.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.clashsoft:simple-publish:0.1.0") } } apply(plugin = "de.clashsoft.simple-publish")
- Applying plugins to all subprojects .