commit | cafaca5eda902349794944d229c3554503552f2a | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Thu Jun 23 16:40:41 2016 -0700 |
committer | Charles Chan <rascov@gmail.com> | Thu Jun 23 16:40:41 2016 -0700 |
tree | 4dc72cf0d06543a559981b1038470450b58a6153 | |
parent | c9142f8b6a9df82417cb90fa58b830e2522922ba [diff] |
Fetch ONOS dependencies everytime we build Change-Id: Ibba1403f13ee89b42631a4e1d416e6c831a27389
diff --git a/build.gradle b/build.gradle index 5064cf5..92d4a87 100644 --- a/build.gradle +++ b/build.gradle
@@ -103,7 +103,7 @@ task buildOnosApps (type: Exec) { workingDir './apps' - commandLine 'mvn', 'clean', 'install' + commandLine 'mvn', 'clean', 'install', '-U' } task copyLocalRepo (dependsOn: buildOnosApps, type: Exec) {