Advertisement
Guest User

Untitled

a guest
Nov 13th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. tarting a Gradle Daemon (subsequent builds will be faster)
  2. :compileKotlin
  3. Using Kotlin incremental compilation
  4. w: /home/gronek/IdeaProjects/KtDo/src/main/kotlin/gq.gronek.ktdo/Main.kt: (4, 14): Parameter 'args' is never used
  5. w: /home/gronek/IdeaProjects/KtDo/src/main/kotlin/gq.gronek.ktdo/TaskList.kt: (13, 21): Parameter 'id' is never used
  6. :compileJava NO-SOURCE
  7. :processResources NO-SOURCE
  8. :classes UP-TO-DATE
  9. :runError: Could not find or load main class gq.gronek.ktdo.MainKt
  10. FAILED
  11.  
  12. FAILURE: Build failed with an exception.
  13.  
  14. * What went wrong:
  15. Execution failed for task ':run'.
  16. > Process 'command '/usr/lib/jvm/java-8-openjdk/bin/java'' finished with non-zero exit value 1
  17.  
  18. * Try:
  19. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  20.  
  21. * Get more help at https://help.gradle.org
  22.  
  23. BUILD FAILED in 18s
  24. 2 actionable tasks: 2 executed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement