org.jonnyzzz.teamcity.dsl
所有者: Eugene Petrenko
teamcity2dsl
https://github.com/jonnyzzz/TeamCity2DSL
来源: https://github.com/jonnyzzz/TeamCity2DSL
使用 插件 DSL
plugins {
id("org.jonnyzzz.teamcity.dsl") version "0.1.17"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.org.jonnyzzz.teamcity.dsl:gradle-plugin:0.1.17")
}
}
apply(plugin = "org.jonnyzzz.teamcity.dsl")