com.fpliu.bintray
Owner: fpliu
easily upload your library to bintray.
https://github.com/leleliu008/BintrayUploadGradlePlugin
Sources: https://github.com/leleliu008/BintrayUploadGradlePlugin
Version 1.0.14 (latest)
1.0.14
Created 22 September 2019.
easily upload your library to bintray.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.fpliu.bintray") version "1.0.14"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.fpliu:BintrayUploadGradlePlugin:1.0.14") } } apply(plugin = "com.fpliu.bintray")
- Applying plugins to all subprojects .