Skip to content

Commit f5d0ad5

Browse files
sbouchetadietish
authored andcommitted
Update build.gradle.kts
1 parent 0d5ddd9 commit f5d0ad5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build.gradle.kts

+4-5
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ dependencies {
8080
}
8181
}
8282
}
83+
}
8384

85+
configurations.all {
86+
exclude(group = "org.slf4j", module = "slf4j-api")
8487
}
8588

8689
intellijPlatform {
@@ -138,10 +141,6 @@ tasks {
138141
}
139142
}
140143

141-
configurations.all {
142-
exclude(group = "org.slf4j", module = "slf4j-api")
143-
}
144-
145144
sourceSets {
146145
create("it") {
147146
description = "integrationTest"
@@ -208,4 +207,4 @@ idea {
208207
module {
209208
testSources.from(sourceSets["it"].java.srcDirs)
210209
}
211-
}
210+
}

0 commit comments

Comments
 (0)