io.github.rodm.teamcity-common
Owner: Rod MacKenzie
Gradle plugin for developing TeamCity plugins
https://github.com/rodm/gradle-teamcity-plugin
Sources: https://github.com/rodm/gradle-teamcity-plugin
Version 1.5-beta-3
1.5-beta-3
Created 04 August 2022.
Gradle plugin for developing TeamCity plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.rodm.teamcity-common") version "1.5-beta-3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.rodm:gradle-teamcity-plugin:1.5-beta-3") } } apply(plugin = "io.github.rodm.teamcity-common")
- Applying plugins to all subprojects .