File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments