B:\webroot>startBuildServer.bat.lnk
:compileJava
Note: Hibernate JPA 2 Static-Metamodel Generator 4.3.5.Final
:processResources
:classes
:jar
:bootRepackage
:assemble
:compileTestJava
Note: Hibernate JPA 2 Static-Metamodel Generator 4.3.5.Final
B:\webroot\realty-backend\src\test\java\ru\vniins\ais\realty\shared\repository\RealtyRepositoryImplTest.java:364: error: incompatible types: AuthenticatedUserDetails is not a funct
ional interface
return () -> dummyUser().getUser();
^
multiple non-overriding abstract methods found in interface AuthenticatedUserDetails
B:\webroot\realty-backend\src\test\java\ru\vniins\ais\realty\subsystem\adm\EntityMetadataLoaderTest.java:114: error: incompatible types: AuthenticatedUserDetails is not a functiona
l interface
return () -> dummyUser().getUser();
^
multiple non-overriding abstract methods found in interface AuthenticatedUserDetails
2 errors
:compileTestJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileTestJava'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 12.9 secs