diff --git a/buildSrc/src/main/kotlin/pill/plugin.kt b/buildSrc/src/main/kotlin/pill/plugin.kt index 639834959cb..916df2e6d3f 100644 --- a/buildSrc/src/main/kotlin/pill/plugin.kt +++ b/buildSrc/src/main/kotlin/pill/plugin.kt @@ -176,7 +176,7 @@ class JpsCompatiblePlugin : Plugin { private fun removeJpsAndPillRunConfigurations() { File(projectDir, ".idea/runConfigurations") .walk() - .filter { (it.name.startsWith("JPS_") || it.name.startsWith("PILL_")) && it.extension.toLowerCase() == "xml" } + .filter { (it.name.startsWith("JPS_") || it.name.startsWith("Pill_")) && it.extension.toLowerCase() == "xml" } .forEach { it.delete() } } diff --git a/buildSrc/src/main/resources/runConfigurations/PILL_All_Compiler_Tests.xml b/buildSrc/src/main/resources/runConfigurations/Pill_All_Compiler_Tests.xml similarity index 58% rename from buildSrc/src/main/resources/runConfigurations/PILL_All_Compiler_Tests.xml rename to buildSrc/src/main/resources/runConfigurations/Pill_All_Compiler_Tests.xml index 48a042bab57..fb0776a5110 100644 --- a/buildSrc/src/main/resources/runConfigurations/PILL_All_Compiler_Tests.xml +++ b/buildSrc/src/main/resources/runConfigurations/Pill_All_Compiler_Tests.xml @@ -1,8 +1,8 @@ - - - + + + \ No newline at end of file diff --git a/buildSrc/src/main/resources/runConfigurations/PILL_All_IDEA_Plugin_Tests.xml b/buildSrc/src/main/resources/runConfigurations/Pill_All_IDEA_Plugin_Tests.xml similarity index 96% rename from buildSrc/src/main/resources/runConfigurations/PILL_All_IDEA_Plugin_Tests.xml rename to buildSrc/src/main/resources/runConfigurations/Pill_All_IDEA_Plugin_Tests.xml index d58bc15a04b..5dad44f35aa 100644 --- a/buildSrc/src/main/resources/runConfigurations/PILL_All_IDEA_Plugin_Tests.xml +++ b/buildSrc/src/main/resources/runConfigurations/Pill_All_IDEA_Plugin_Tests.xml @@ -1,5 +1,5 @@ - +