Skip to content

Commit

Permalink
change CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 committed Feb 10, 2025
1 parent 780e607 commit f8bf699
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ allprojects {
}

apply plugin: 'java-library'
if (System.env.CI != null && System.getenv("CODEARTIFACT_DOWNLOAD_URL") ?: "" != "")
if (System.env.CI != null && System.getenv("CODEARTIFACT_DOWNLOAD_URL") ?: "" != "") {
print("im here...")

apply from: 'teamcity-repository.gradle'
}

repositories {

Expand Down

0 comments on commit f8bf699

Please sign in to comment.