Sebastian Wiemer

Results 1 comments of Sebastian Wiemer

``` task dockerCopy(type: MoveTo, dependsOn: dockerPrepare) { from('build/libs') { include "*.jar" } into "build/docker" } ``` results in ``` FAILURE: Build failed with an exception. * Where: Build file 'C:\Users\snwiem\Projects\cloud-app\cloud-discovery\build.gradle'...