thufir

Untitled

Feb 2nd, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. thufir@mordor:~/java/hello_gradle$
  2. thufir@mordor:~/java/hello_gradle$ gradle build
  3. :compileJava
  4. /home/thufir/java/hello_gradle/src/main/java/hello/HelloWorld.java:8: error: cannot find symbol
  5. @Test public void testHello() {
  6. ^
  7. symbol: class Test
  8. location: class HelloWorld
  9. /home/thufir/java/hello_gradle/src/main/java/hello/HelloWorld.java:10: error: cannot find symbol
  10. Assert.assertEquals(12, message.length());
  11. ^
  12. symbol: variable Assert
  13. location: class HelloWorld
  14. 2 errors
  15. :compileJava FAILED
  16.  
  17. FAILURE: Build failed with an exception.
  18.  
  19. * What went wrong:
  20. Execution failed for task ':compileJava'.
  21. > Compilation failed; see the compiler error output for details.
  22.  
  23. * Try:
  24. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  25.  
  26. BUILD FAILED
  27.  
  28. Total time: 4.561 secs
  29. thufir@mordor:~/java/hello_gradle$
Advertisement
Add Comment
Please, Sign In to add comment