Skip to content

Commit 90b7da2

Browse files
committed
Exclude slf4-api package
1 parent 8270a7e commit 90b7da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ tasks {
127127
//
128128
buildPlugin {
129129
exclude {
130-
it.name.startsWith("kotlinx-coroutines-") || it.name.startsWith("kotlin-stdlib-") || it.name.startsWith("kotlin-reflect-")
130+
it.name.startsWith("kotlinx-coroutines-") || it.name.startsWith("kotlin-stdlib-") || it.name.startsWith("kotlin-reflect-") || it.name.startsWith("slf4j-api-")
131131
}
132132
}
133133
prepareSandbox {
134134
exclude {
135-
it.name.startsWith("kotlinx-coroutines-") || it.name.startsWith("kotlin-stdlib-") || it.name.startsWith("kotlin-reflect-")
135+
it.name.startsWith("kotlinx-coroutines-") || it.name.startsWith("kotlin-stdlib-") || it.name.startsWith("kotlin-reflect-") || it.name.startsWith("slf4j-api-")
136136
}
137137
}
138138

0 commit comments

Comments
 (0)