Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 5901ff4

Browse files
committed
build: add the slf4jPreventExclusion property
1 parent eeaae75 commit 5901ff4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle.properties

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ picocliVersion=4.7.6
1616
# For downloading GORM source code for groovydoc generation
1717
datastoreGithubBranch=9.0.x
1818

19+
# This prevents the Grails Gradle Plugin from unnecessarily excluding slf4j-simple in the generated POMs
20+
# https://github.com/grails/grails-gradle-plugin/issues/222
21+
slf4jPreventExclusion=true
22+
1923
org.gradle.caching=true
2024
org.gradle.parallel=false
2125
org.gradle.daemon=true

0 commit comments

Comments
 (0)