Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. rongcui@Rongs-MacBook-Pro 2 % gradle build
  2. > Task :checkstyleMain FAILED
  3.  
  4. FAILURE: Build failed with an exception.
  5.  
  6. * What went wrong:
  7. Execution failed for task ':checkstyleMain'.
  8. > Unable to create Root Module: config {/Users/rongcui/Documents/GitHub/cmu-17514/rongcui/homework/2/config/checkstyle/checkstyle.xml}, classpath {/Users/rongcui/Documents/GitHub/cmu-17514/rongcui/homework/2/build/classes/java/main:/Users/rongcui/Documents/GitHub/cmu-17514/rongcui/homework/2/build/resources/main:/Users/rongcui/.gradle/caches/modules-2/files-2.1/junit/junit/4.12/2973d150c0dc1fefe998f834810d68f278ea58ec/junit-4.12.jar:/Users/rongcui/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest-core/1.3/42a25dc3219429f0e5d060061f71acb49bf010a0/hamcrest-core-1.3.jar}.
  9.  
  10. * Try:
  11. 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.
  12.  
  13. * Get more help at https://help.gradle.org
  14.  
  15. BUILD FAILED in 878ms
  16. 4 actionable tasks: 2 executed, 2 up-to-date
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement