We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2dfc0 commit 8e5f971Copy full SHA for 8e5f971
gradle.properties
@@ -5,6 +5,11 @@ asciidoctorGradlePluginVersion=4.0.4
5
6
grailsGradlePluginVersion=6.2.4
7
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
13
org.gradle.caching=true
14
org.gradle.daemon=true
15
org.gradle.parallel=true
0 commit comments