layrry
layrry copied to clipboard
Is it possible to load jars as a layer in a jar?
The bootJar task of SpringBoot gradle plugin packages all dependencies in BOOT-INF/lib entry in the bootJar and I include layrry-platform with runtimeOnly scope (Because I need to exclude slf4j-simple otherwise my SpringBoot application won't work).
So is it possible to load jars as a layer in the bootJar ?