Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. :clean
  2. :compileJava
  3. warning: [options] bootstrap class path not set in conjunction with -source 1.7
  4. Note: C:\Users\Kenig\Downloads\craftconomy3-master\src\main\java\com\greatmancode\craftconomy3\utils\OldFormatConverter.java uses unchecked or unsafe operations.
  5. Note: Recompile with -Xlint:unchecked for details.
  6. :processResources
  7. :classes
  8. :filter
  9. :jar
  10. :javadoc
  11. :javadocJar
  12. :shadowJar
  13. :sourcesJar
  14. :signArchives FAILED
  15.  
  16. FAILURE: Build failed with an exception.
  17.  
  18. * What went wrong:
  19. Could not evaluate onlyIf predicate for task ':signArchives'.
  20. > Unable to retrieve secret key from key ring file 'C:\Users\Kenig\Downloads\craftconomy3-master\null' as it does not exist
  21.  
  22. * Try:
  23. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  24.  
  25. BUILD FAILED
  26.  
  27. Total time: 12.062 secs
  28.  
  29. C:\Users\Kenig\Downloads\craftconomy3-master>gradlew
  30. :clean
  31. :compileJava
  32. warning: [options] bootstrap class path not set in conjunction with -source 1.7
  33. Note: C:\Users\Kenig\Downloads\craftconomy3-master\src\main\java\com\greatmancode\craftconomy3\utils\OldFormatConverter.java uses unchecked or unsafe operations.
  34. Note: Recompile with -Xlint:unchecked for details.
  35. :processResources
  36. :classes
  37. :filter
  38. :jar
  39. :javadoc
  40. :javadocJar
  41. :shadowJar
  42. :sourcesJar
  43. :signArchives FAILED
  44.  
  45. FAILURE: Build failed with an exception.
  46.  
  47. * What went wrong:
  48. Could not evaluate onlyIf predicate for task ':signArchives'.
  49. > Unable to retrieve secret key from key ring file 'C:\Users\Kenig\Downloads\craftconomy3-master\null' as it does not exist
  50.  
  51. * Try:
  52. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  53.  
  54. BUILD FAILED
  55.  
  56. Total time: 12.098 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement