io.advantageous.marathon
所有者: Geoffrey Chandler
将您的应用程序部署到 Apache Marathon 集群。
https://github.com/advantageous/marathon-deploy-plugin
来源: https://github.com/advantageous/marathon-deploy-plugin.git
使用 插件 DSL
plugins {
id("io.advantageous.marathon") version "3.0.13"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.io.advantageous.gradle:marathon-deploy-plugin:3.0.13")
}
}
apply(plugin = "io.advantageous.marathon")