Advertisement
mobilefish

Untitled

Mar 28th, 2021
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Gradle user home: C:\gradle-5.1
  2. Gradle Distribution: Gradle wrapper from target build
  3. Gradle Version: 5.1
  4. Java Home: C:\Program Files\Java\jdk1.8.0_281
  5. JVM Arguments: None
  6. Program Arguments: None
  7. Build Scans Enabled: false
  8. Offline Mode Enabled: false
  9. Gradle Tasks: build
  10.  
  11. > Task :compileJava FAILED
  12.  
  13. FAILURE: Build failed with an exception.
  14.  
  15. * What went wrong:
  16. Execution failed for task ':compileJava'.
  17. > Could not resolve all files for configuration ':compileClasspath'.
  18. > Could not find com.amazonaws:aws-xray-recorder-sdk-sql-mysql:.
  19. Required by:
  20. project :
  21.  
  22. * Try:
  23. 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.
  24.  
  25. * Get more help at https://help.gradle.org
  26.  
  27. BUILD FAILED in 29s
  28. 1 actionable task: 1 executed
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement