Skip to content

Commit 11ea4c1

Browse files
sbouchetadietish
authored andcommitted
chore: use recommended IDEs when verifying plugin
Signed-off-by: Stephane Bouchet <[email protected]>
1 parent f5d0ad5 commit 11ea4c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ configurations.all {
8686
exclude(group = "org.slf4j", module = "slf4j-api")
8787
}
8888

89+
configurations.all {
90+
exclude(group = "org.slf4j", module = "slf4j-api")
91+
}
92+
8993
intellijPlatform {
9094
buildSearchableOptions = false
9195

0 commit comments

Comments
 (0)