commit | 75773306a47349d03232c951d5feec9bf231de2a | [log] [tgz] |
---|---|---|
author | Morten Krogh-Jespersen <mkroghj@google.com> | Mon Jan 07 09:45:08 2019 +0100 |
committer | Morten Krogh-Jespersen <mkroghj@google.com> | Mon Jan 07 08:45:39 2019 +0000 |
tree | e842d6974cd8aa598f253c3e356797e61070bce7 | |
parent | adb91d9cdbb4c8a5d4b1e964b5c4575f453d4260 [diff] |
Copy implementation dependencies to $build/deps Change-Id: I549cee2493341a6558a09e9604958c9a81ee186b
diff --git a/build.gradle b/build.gradle index e469e03..977ebd7 100644 --- a/build.gradle +++ b/build.gradle
@@ -1902,6 +1902,7 @@ task copyMavenDeps(type: Copy) { from configurations.compile into "$buildDir/deps" + from configurations.compileClasspath into "$buildDir/deps" from configurations.testCompile into "$buildDir/deps" }