Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. > Task :compileKotlin FAILED
  2. e: /Users/naidronanu/Desktop/Client Other/Hyperium-master/src/main/kotlin/com/chattriggers/ctjs/engine/langs/js/JSLoader.kt: (14, 37): Symbol is declared in module 'jdk.scripting.nashorn' which does not export package 'jdk.nashorn.internal.objects'
  3. e: /Users/ronannaidu/Desktop/Client Other/Hyperium-master/src/main/kotlin/com/chattriggers/ctjs/engine/langs/js/JSLoader.kt: (28, 25): Symbol is declared in module 'jdk.scripting.nashorn' which does not export package 'jdk.nashorn.internal.objects'
  4. e: /Users/ronannaidu/Desktop/Client Other/Hyperium-master/src/main/kotlin/com/chattriggers/ctjs/engine/langs/js/JSLoader.kt: (153, 24): Symbol is declared in module 'jdk.scripting.nashorn' which does not export package 'jdk.nashorn.internal.objects'
  5. e: /Users/ronannaidu/Desktop/Client Other/Hyperium-master/src/main/kotlin/com/chattriggers/ctjs/engine/langs/js/JSLoader.kt: (159, 52): Symbol is declared in module 'jdk.scripting.nashorn' which does not export package 'jdk.nashorn.internal.objects'
  6. e: /Users/ronannaidu/Desktop/Client Other/Hyperium-master/src/main/kotlin/com/chattriggers/ctjs/triggers/OnTrigger.kt: (5, 37): Symbol is declared in module 'jdk.scripting.nashorn' which does not export package 'jdk.nashorn.internal.objects'
  7. e: /Users/ronannaidu/Desktop/Client Other/Hyperium-master/src/main/kotlin/com/chattriggers/ctjs/triggers/OnTrigger.kt: (11, 25): Symbol is declared in module 'jdk.scripting.nashorn' which does not export package 'jdk.nashorn.internal.objects'
  8.  
  9. FAILURE: Build failed with an exception.
  10.  
  11. * What went wrong:
  12. Execution failed for task ':compileKotlin'.
  13. > Compilation error. See log for more details
  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. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  21. Use '--warning-mode all' to show the individual deprecation warnings.
  22. See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
  23.  
  24. BUILD FAILED in 4m 23s
  25. 10 actionable tasks: 10 executed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement