File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugins/toolkit/jetbrains-rider Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ configurations {
4848
4949 // Exclude dependencies that ship with iDE
5050 exclude(group = " org.slf4j" )
51- if (! name.startsWith(" kotlinCompiler" ) && ! name.startsWith(" generateModels" )) {
51+ if (! name.startsWith(" kotlinCompiler" ) && ! name.startsWith(" generateModels" ) && ! name.startsWith( " rdGen " ) ) {
5252 // we want kotlinx-coroutines-debug and kotlinx-coroutines-test
5353 exclude(group = " org.jetbrains.kotlinx" , " kotlinx-coroutines-core-jvm" )
5454 exclude(group = " org.jetbrains.kotlinx" , " kotlinx-coroutines-core" )
Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ tasks.withType<DetektCreateBaselineTask>().configureEach {
388388}
389389
390390configurations.all {
391- if (name.contains(" detekt" ) || name.contains(" kotlinCompiler" )) {
391+ if (name.contains(" detekt" ) || name.contains(" kotlinCompiler" ) || name.contains( " rdGen " ) ) {
392392 return @all
393393 }
394394
You can’t perform that action at this time.
0 commit comments