Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 7669fda

Browse files
committed
Update global.gradle
1 parent 9584387 commit 7669fda

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

gradle/global.gradle

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,13 @@ repositories {
6060
}
6161

6262
dependencies {
63-
if (project.name != 'interfaces')
64-
api project(':common-util:interfaces')
63+
if (project.name != 'interfaces') {
64+
if (System.getenv().containsKey("TEAMCITY")) {
65+
api project(':interfaces')
66+
} else {
67+
api project(':common-util:interfaces')
68+
}
69+
}
6570

6671
implementation 'com.google.flogger:flogger:0.5.1'
6772

0 commit comments

Comments
 (0)