Implement JSR-223 functionality on top of the "new" REPL

This commit is contained in:
Ilya Chernikov
2019-04-16 21:00:02 +02:00
parent 46915df56f
commit ea068e483c
13 changed files with 592 additions and 33 deletions
@@ -160,6 +160,7 @@ class SubpluginsIT : BaseGradleIT() {
assertCompiledKotlinSources(project.relativize(bobGreet, aliceGreet, worldGreet, greetScriptTemplateKt))
}
} else {
assertFailed()
val usedGradleVersion =
GradleVersion.version(
System.getProperty("kotlin.gradle.version.for.tests")