Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
knaquin committed May 7, 2018
1 parent 8ff89de commit f0e2d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ buildscript {
}
repositories {
maven { url "${ossimMavenProxy}" }
if( Boolean.parseBoolean( System.env.WWW_CONNECTED ) ) {
if( !System.env.WWW_CONNECTED || Boolean.parseBoolean( System.env.WWW_CONNECTED ) ) {
mavenLocal()
}
}
Expand Down

0 comments on commit f0e2d4b

Please sign in to comment.