moditect / layrry

A Runner and API for Layered Java Applications
Apache License 2.0
333 stars 33 forks source link

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

Open Remering opened 4 months ago

Remering commented 4 months ago

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 ?