figured it all out but this part... ``` > Task...
# gradle
x
figured it all out but this part...
Copy code
> Task :sec-user-reg:compileTestJava FAILED
Putting task artifact state for task ':sec-user-reg:compileTestJava' into context took 0.0 secs.
Up-to-date check for task ':sec-user-reg:compileTestJava' took 0.02 secs. It is not up-to-date because:
  Executed with '--rerun-tasks'.
All input files are considered out-of-date for incremental task ':sec-user-reg:compileTestJava'.
Compiling with error-prone compiler
C:\Users\xeno\IdeaProjects\rpf\lib\sec-user-reg\src\test\java\com\xenoterracide\TestApplication.java:6: error: package org.springframework.security.config.annotation.web.builders does not exist
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
                                                                  ^
C:\Users\xeno\IdeaProjects\rpf\lib\sec-user-reg\src\test\java\com\xenoterracide\TestApplication.java:7: error: package org.springframework.security.config.annotation.web.configuration does not exist
import org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter;
                                                                       ^
C:\Users\xeno\IdeaProjects\rpf\lib\sec-user-reg\src\test\java\com\xenoterracide\TestApplication.java:16: error: cannot find symbol
    static class Config extends WebSecurityConfigurerAdapter {
                                ^
  symbol:   class WebSecurityConfigurerAdapter
  location: class TestApplication
C:\Users\xeno\IdeaProjects\rpf\lib\sec-user-reg\src\test\java\com\xenoterracide\TestApplication.java:18: error: cannot find symbol
        protected void configure( HttpSecurity http ) throws Exception {
                                  ^
  symbol:   class HttpSecurity
  location: class Config
4 errors