Skip to content

Commit 8e5f971

Browse files
committed
build: prevent unnecessary exclusions in the pom
1 parent 1b2dfc0 commit 8e5f971

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gradle.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ asciidoctorGradlePluginVersion=4.0.4
55

66
grailsGradlePluginVersion=6.2.4
77
version=0.1
8+
9+
# This prevents the Grails Gradle Plugin from unnecessarily excluding slf4j-simple in the generated POMs
10+
# https://github.com/grails/grails-gradle-plugin/issues/222
11+
slf4jPreventExclusion=true
12+
813
org.gradle.caching=true
914
org.gradle.daemon=true
1015
org.gradle.parallel=true

0 commit comments

Comments
 (0)