Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. 13:59:50: Executing task 'DesktopLauncher.main()'...
  2.  
  3. > Task :core:compileJava
  4. > Task :core:processResources NO-SOURCE
  5. > Task :core:classes
  6. > Task :core:jar
  7. > Task :desktop:compileJava
  8. > Task :desktop:processResources
  9. > Task :desktop:classes
  10.  
  11. > Task :desktop:DesktopLauncher.main()
  12. WARNING: An illegal reflective access operation has occurred
  13. WARNING: Illegal reflective access by org.lwjgl.LWJGLUtil$3 (file:/C:/Users/Szymon/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl/2.9.3/3df168ac74e4a8c96562cdff24ad352e255bf89c/lwjgl-2.9.3.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
  14. WARNING: Please consider reporting this to the maintainers of org.lwjgl.LWJGLUtil$3
  15. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  16. WARNING: All illegal access operations will be denied in a future release
  17.  
  18. > Task :desktop:DesktopLauncher.main() FAILED
  19.  
  20. FAILURE: Build failed with an exception.
  21.  
  22. * What went wrong:
  23. Execution failed for task ':desktop:DesktopLauncher.main()'.
  24. > Process 'command 'C:/Program Files/AdoptOpenJDK/jdk-11.0.5.10-hotspot/bin/java.exe'' finished with non-zero exit value 1
  25.  
  26. * Try:
  27. 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.
  28.  
  29. * Get more help at https://help.gradle.org
  30.  
  31. Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
  32. Use '--warning-mode all' to show the individual deprecation warnings.
  33. See https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings
  34.  
  35. BUILD FAILED in 6s
  36. 5 actionable tasks: 5 executed
  37. 13:59:57: Task execution finished 'DesktopLauncher.main()'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement