Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. 9:44:04 PM: Executing task 'build'...
  2.  
  3. > Task :buildSrc:compileKotlin NO-SOURCE
  4. > Task :buildSrc:compileJava NO-SOURCE
  5. > Task :buildSrc:compileGroovy NO-SOURCE
  6. > Task :buildSrc:pluginDescriptors UP-TO-DATE
  7. > Task :buildSrc:processResources NO-SOURCE
  8. > Task :buildSrc:classes UP-TO-DATE
  9. > Task :buildSrc:inspectClassesForKotlinIC UP-TO-DATE
  10. > Task :buildSrc:jar UP-TO-DATE
  11. > Task :buildSrc:assemble UP-TO-DATE
  12. > Task :buildSrc:compileTestKotlin NO-SOURCE
  13. > Task :buildSrc:pluginUnderTestMetadata UP-TO-DATE
  14. > Task :buildSrc:compileTestJava NO-SOURCE
  15. > Task :buildSrc:compileTestGroovy NO-SOURCE
  16. > Task :buildSrc:processTestResources NO-SOURCE
  17. > Task :buildSrc:testClasses UP-TO-DATE
  18. > Task :buildSrc:test NO-SOURCE
  19. > Task :buildSrc:validateTaskProperties UP-TO-DATE
  20. > Task :buildSrc:check UP-TO-DATE
  21. > Task :buildSrc:build UP-TO-DATE
  22.  
  23. > Configure project :
  24. New Dep: net.minecraft:server:1.14.4_mapped_snapshot_20191128-1.14.3_at_0cbd1f501e24177d16207f3cabe1a711f1375000
  25.  
  26. > Configure project :SpongeAPI
  27. Repo url: null
  28.  
  29. > Task :resolveApiRevision
  30. > Task :SpongeAPI:genEventImpl UP-TO-DATE
  31. > Task :devJar FAILED
  32. 3 actionable tasks: 2 executed, 1 up-to-date
  33.  
  34. FAILURE: Build failed with an exception.
  35.  
  36. * What went wrong:
  37. Execution failed for task ':devJar'.
  38. > Could not resolve all files for configuration ':devOutput'.
  39. > Cannot convert the provided notation to a File or URI: main classes.
  40. The following types/formats are supported:
  41. - A String or CharSequence path, for example 'src/main/java' or '/usr/include'.
  42. - A String or CharSequence URI, for example 'file:/usr/include'.
  43. - A File instance.
  44. - A Path instance.
  45. - A Directory instance.
  46. - A RegularFile instance.
  47. - A URI or URL instance.
  48.  
  49. * Try:
  50. 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.
  51.  
  52. * Get more help at https://help.gradle.org
  53.  
  54. BUILD FAILED in 1s
  55. 9:44:05 PM: Task execution finished 'build'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement