Advertisement
Guest User

logErrors

a guest
Apr 22nd, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 14.54 KB | None | 0 0
  1. C:\Users\Jonatan\Documents\GitHub\REST-Web-Services\web\src\main\java\com\web\web\controller\CheckUserDataRestController.java:3: error: package com.core.service does not exist
  2. import com.core.service.UserSearchService;
  3.                        ^
  4. ...
  5. 83 errors
  6.  
  7. FAILURE: Build failed with an exception.
  8.  
  9. * What went wrong:
  10. Execution failed for task ':web:compileJava'.
  11. > Compilation failed; see the compiler error output for details.
  12.  
  13. * Try:
  14. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  15.  
  16. * Exception is:
  17. org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':web:compileJava'//help.gradle.org
  18.  
  19. BUILD FAILED in 8s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement