Ricardo Moriya

Results 1 comments of Ricardo Moriya

@k-abram it seems like `javax.tools.JavaCompiler` can't handle inner jars on classpath. You may try to use `spring-boot-maven-plugin` with `requiresUnpack` (https://docs.spring.io/spring-boot/docs/current/reference/html/howto-build.html#howto-extract-specific-libraries-when-an-executable-jar-runs), and then set `java.class.path` property pointing to the extracted jar...