We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee654a commit ab6daa2Copy full SHA for ab6daa2
main/src/kotlinx/team/infra/TeamCity.kt
@@ -27,6 +27,8 @@ fun Project.configureTeamCityLogging() {
27
fun Project.configureTeamCityConfigGenerator(teamcity: TeamCityConfiguration) {
28
val project = this
29
task<DefaultTask>("setupTeamCity") {
30
+ group = "build setup"
31
+ description = "Generates TeamCity project build configuration scripts"
32
doLast {
33
val teamcityDir = projectDir.resolve(".teamcity")
34
logger.infra("Setting up TeamCity configuration at $teamcityDir")
0 commit comments