Advertisement
fedorm

fedorm

Dec 21st, 2018
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.99 KB | None | 0 0
  1. ➜  CouponProcessing git:(SLS-69) ✗ gradle clean docker
  2. Starting a Gradle Daemon (subsequent builds will be faster)
  3.  
  4. > Task :api-layer:docker
  5. COPY failed: stat /var/lib/docker/tmp/docker-builder061382640/build/generated/swagger-json/swagger.json: no such file or directory
  6.  
  7. > Task :api-layer:docker FAILED
  8.  
  9. FAILURE: Build failed with an exception.
  10.  
  11. * What went wrong:
  12. Execution failed for task ':api-layer:docker'.
  13. > Process 'command 'docker'' finished with non-zero exit value 1
  14.  
  15. * Try:
  16. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  17.  
  18. * Get more help at https://help.gradle.org
  19.  
  20. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  21. Use '--warning-mode all' to show the individual deprecation warnings.
  22. See https://docs.gradle.org/4.10/userguide/command_line_interface.html#sec:command_line_warnings
  23.  
  24. BUILD FAILED in 32s
  25. 12 actionable tasks: 11 executed, 1 up-to-date
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement