com.github.rodm.teamcity-server
所有者: Rod MacKenzie
支持TeamCity插件开发的Gradle插件
https://github.com/rodm/gradle-teamcity-plugin
源代码: https://github.com/rodm/gradle-teamcity-plugin
使用 插件DSL
plugins {
id("com.github.rodm.teamcity-server") version "1.5.5"
}
使用 传统插件应用方式
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.rodm:gradle-teamcity-plugin:1.5.5")
}
}
apply(plugin = "com.github.rodm.teamcity-server")