Skip to content

Commit a79fcbf

Browse files
author
Garrett Potts
committed
Added Scotties suggestion to remove wanrings
1 parent f7ed8bd commit a79fcbf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

settings.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
pluginRepositories {
2-
maven { url "${ System.getenv('ARTIFACTORY_URL') }/ossim-deps" }
3-
gradlePluginPortal()
1+
pluginManagement {
2+
repositories {
3+
maven { url "${ System.getenv('ARTIFACTORY_URL') }/ossim-deps" }
4+
gradlePluginPortal()
5+
}
46
}
5-
67
def final O2_DEV_HOME = System.getenv('O2_DEV_HOME')
78

89
if ( O2_DEV_HOME ) {

0 commit comments

Comments
 (0)