Closed
Description
@sdeleuze pointed out that https://github.com/mhalbritter/spring-aot-jarsigner-reproducer fails with the following.
> Task :app:processTestAot FAILED
Error: Could not find or load main class org.springframework.test.context.aot.TestAotProcessor
Caused by: java.lang.ClassNotFoundException: org.springframework.test.context.aot.TestAotProcessor
The app
project does not have a dependency on spring-test
(or spring-boot-starter-test
). So that explains why org.springframework.test.context.aot.TestAotProcessor
cannot be found.