Skip to content

Commit 92ffc35

Browse files
committed
added if CODEARTIFACT_DOWNLOAD_URL then teamcity-repository.gradle
1 parent 6012d1b commit 92ffc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allprojects {
2121
}
2222

2323
apply plugin: 'java-library'
24-
if (System.env.CI != null)
24+
if (System.env.CI != null && System.getenv("CODEARTIFACT_DOWNLOAD_URL") ?: "" != "")
2525
apply from: 'teamcity-repository.gradle'
2626

2727
repositories {

0 commit comments

Comments
 (0)