layrry icon indicating copy to clipboard operation
layrry copied to clipboard

Is it possible to load jars as a layer in a jar?

Open Remering opened this issue 1 year ago • 0 comments

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 ?

Remering avatar May 25 '24 01:05 Remering