Build: Remove teamcity tag setup from settings.gradle (tag via gradle arguments instead)
This commit is contained in:
@@ -47,9 +47,6 @@ gradleEnterprise {
|
|||||||
server = buildProperties.buildScanServer
|
server = buildProperties.buildScanServer
|
||||||
allowUntrustedServer = true
|
allowUntrustedServer = true
|
||||||
publishAlways()
|
publishAlways()
|
||||||
if (buildProperties.isTeamcityBuild) {
|
|
||||||
tag "teamcity"
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
setTermsOfServiceUrl("https://gradle.com/terms-of-service")
|
setTermsOfServiceUrl("https://gradle.com/terms-of-service")
|
||||||
setTermsOfServiceAgree("yes")
|
setTermsOfServiceAgree("yes")
|
||||||
|
|||||||
Reference in New Issue
Block a user