Revert renaming scripting plugin jar:
it conflicts with the compilation on daemon, so transistion should be planned accordingly, and now it is not a good time for it. The most important part of the renaming remains intact. Partially reverts commit "Rename scripting libs and plugin - invert embeddable suffix"
This commit is contained in:
@@ -22,7 +22,7 @@ dependencies {
|
||||
testCompile(project(":kotlin-test:kotlin-test-jvm"))
|
||||
testCompile(project(":kotlin-test:kotlin-test-junit"))
|
||||
testCompilerClasspath(project(":kotlin-compiler"))
|
||||
testCompilerClasspath(project(":kotlin-scripting-compiler-unshaded"))
|
||||
testCompilerClasspath(project(":kotlin-scripting-compiler"))
|
||||
testCompilerClasspath(project(":kotlin-daemon"))
|
||||
testCompilationClasspath(kotlinStdlib())
|
||||
testCompilationClasspath(project(":kotlin-script-runtime"))
|
||||
|
||||
@@ -93,8 +93,8 @@ val distLibraryProjects = listOfNotNull(
|
||||
":kotlin-runner",
|
||||
":kotlin-script-runtime",
|
||||
":kotlin-scripting-common",
|
||||
":kotlin-scripting-compiler-unshaded",
|
||||
":kotlin-scripting-compiler-impl-unshaded",
|
||||
":kotlin-scripting-compiler",
|
||||
":kotlin-scripting-compiler-impl",
|
||||
":kotlin-scripting-jvm",
|
||||
":kotlin-scripting-js",
|
||||
":js:js.engines",
|
||||
|
||||
@@ -115,7 +115,7 @@ val libraryProjects = listOf(
|
||||
":kotlin-script-runtime",
|
||||
":kotlin-script-util",
|
||||
":kotlin-scripting-common",
|
||||
":kotlin-scripting-compiler-impl-unshaded",
|
||||
":kotlin-scripting-compiler-impl",
|
||||
":kotlin-scripting-intellij",
|
||||
":kotlin-scripting-jvm",
|
||||
":kotlin-util-io",
|
||||
|
||||
Reference in New Issue
Block a user