Build: Add proper kotlin-compiler-runner-unshaded for ide artifacts
Fixes tests in kt-212-master branch of kotlin plugin in intellij-community repository
This commit is contained in:
@@ -11,7 +11,7 @@ val excludedCompilerModules = listOf(
|
||||
)
|
||||
|
||||
val projects = commonCompilerModules.asList() - excludedCompilerModules + listOf(
|
||||
":kotlin-compiler-runner",
|
||||
":kotlin-compiler-runner-unshaded",
|
||||
":kotlin-preloader",
|
||||
":daemon-common",
|
||||
":kotlin-daemon-client"
|
||||
|
||||
@@ -23,7 +23,7 @@ val excludedCompilerModules = listOf(
|
||||
)
|
||||
|
||||
val projects = compilerModules.asList() - excludedCompilerModules + listOf(
|
||||
":kotlin-compiler-runner",
|
||||
":kotlin-compiler-runner-unshaded",
|
||||
":kotlin-preloader",
|
||||
":daemon-common",
|
||||
":kotlin-daemon-client"
|
||||
|
||||
Reference in New Issue
Block a user