Skip to content

Commit

Permalink
Update to TeamCity 2020.2
Browse files Browse the repository at this point in the history
  • Loading branch information
missingdays committed Dec 6, 2020
1 parent 9c09a7e commit c2f7578
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ val versionNumber = if (correctVersion) {
extra["teamcityVersion"] = if (project.hasProperty("teamcityVersion")) {
property("teamcityVersion")
} else {
"2020.1"
"2020.2"
}

extra["downloadsDir"] = project.findProperty("downloads.dir") ?: "$rootDir/downloads"
Expand Down
5 changes: 5 additions & 0 deletions plugin-rust-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ teamcity {
version = "2020.1.4"
javaHome = file(System.getProperty("java.home"))
}

create("teamcity2020.2") {
version = "2020.2"
javaHome = file(System.getProperty("java.home"))
}
}
}

Expand Down

0 comments on commit c2f7578

Please sign in to comment.