Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. ╰─$ ./gradlew clean --refresh-dependencies 1 ↵
  2.  
  3. FAILURE: Build failed with an exception.
  4.  
  5. * What went wrong:
  6. A problem occurred configuring root project 'thrive'.
  7. > Could not resolve all artifacts for configuration ':classpath'.
  8. > Could not find generator.jar (com.github.thrive-framework.thrive-package-plugin:generator:0.1.0-SNAPSHOT:65abab5ea0-1).
  9. Searched in the following locations:
  10. https://jitpack.io/com/github/thrive-framework/thrive-package-plugin/generator/0.1.0-SNAPSHOT/generator-0.1.0-ce19845388-1.jar
  11. > Could not find core.jar (com.github.thrive-framework.thrive-package-plugin:core:0.1.0-SNAPSHOT:65abab5ea0-1).
  12. Searched in the following locations:
  13. https://jitpack.io/com/github/thrive-framework/thrive-package-plugin/core/0.1.0-SNAPSHOT/core-0.1.0-ce19845388-1.jar
  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. BUILD FAILED in 458ms
  21.  
  22.  
  23.  
  24. ---------------------------------------------------------------
  25.  
  26. Removed these 2 builds in an attempt to fix that.
  27.  
  28. Besides, opening https://jitpack.io/com/github/thrive-framework/thrive-package-plugin/com/github/thrive-framework/thrive-package-plugin/0.1.0-3f24300001-1/thrive-package-plugin-0.1.0-3f24300001-1-sources.jar with Chromium Browser yields HTTP 404 with plaintext body "File not found. Build ok".
  29.  
  30. Same happened for https://jitpack.io/com/github/thrive-framework/thrive-package-plugin/com/github/thrive-framework/thrive-package-plugin/core/0.1.0-3f24300001-1/core-0.1.0-3f24300001-1-sources.jar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement