bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
192 stars 90 forks source link

Missing slf4j if runtimeOnly configuration replaced with providedRuntime #332

Open rlconst opened 7 months ago

rlconst commented 7 months ago

The very unexpected problem is a consequence of me trying to mitigate #328. I found if I replace runtimeOnly with providedRuntime then graalvm will be omitted from war. I don't want it anyway: all assets is already compiled. But slf4j-api (the only library I see) became omitted from grails war file and tomcat fails to start because org.slf4j.LoggerFactory is missing