We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5ddd9 commit f5d0ad5Copy full SHA for f5d0ad5
build.gradle.kts
@@ -80,7 +80,10 @@ dependencies {
80
}
81
82
83
+}
84
85
+configurations.all {
86
+ exclude(group = "org.slf4j", module = "slf4j-api")
87
88
89
intellijPlatform {
@@ -138,10 +141,6 @@ tasks {
138
141
139
142
140
143
-configurations.all {
- exclude(group = "org.slf4j", module = "slf4j-api")
-}
144
-
145
sourceSets {
146
create("it") {
147
description = "integrationTest"
@@ -208,4 +207,4 @@ idea {
208
207
module {
209
testSources.from(sourceSets["it"].java.srcDirs)
210
211
0 commit comments