com.xinjiangshao.gradle-azure-assets-publisher
Owner: Xinjiang Shao
Provides a task that publishes static assets to Azure storage
https://github.com/soleo/gradle-azure-assets-publisher
Sources: https://github.com/soleo/gradle-azure-assets-publisher
Version 0.4.2
0.4.2
Created 03 August 2020.
Provides a task that publishes static assets to Azure storage
Add this plugin to your build using the plugins DSL:
plugins {
id("com.xinjiangshao.gradle-azure-assets-publisher") version "0.4.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.xinjiangshao.gradle-azure-assets-publisher:gradle-azure-assets-publisher:0.4.2") } } apply(plugin = "com.xinjiangshao.gradle-azure-assets-publisher")
- Applying plugins to all subprojects .