You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: jvm/basic/jvm-maven-deps/host/src/test/kotlin/org/jetbrains/kotlin/script/examples/jvm/resolve/maven/test/resolveTest.kt
+4-4
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ class ResolveTest {
39
39
val res = evalFile(File("testData/hello-maven-resolve-error.scriptwithdeps.kts"))
40
40
41
41
Assert.assertTrue(
42
-
"test failed - expecting a failure with the message \"Unknown set of arguments to maven resolver: abracadabra\" but received "+
Copy file name to clipboardexpand all lines: jvm/basic/jvm-maven-deps/script/src/main/kotlin/org/jetbrains/kotlin/script/examples/jvm/resolve/maven/scriptDef.kt
Copy file name to clipboardexpand all lines: jvm/simple-main-kts/simple-main-kts-test/src/test/kotlin/org/jetbrains/kotlin/script/examples/simpleMainKts/test/SimpleMainKtsTest.kt
Copy file name to clipboardexpand all lines: jvm/simple-main-kts/simple-main-kts/src/main/kotlin/org/jetbrains/kotlin/script/examples/simpleMainKts/impl/ivy.kt
+13-2
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,11 @@ class IvyResolver : ExternalDependenciesResolver {
Copy file name to clipboardexpand all lines: jvm/simple-main-kts/simple-main-kts/src/main/kotlin/org/jetbrains/kotlin/script/examples/simpleMainKts/impl/resolve.kt
Copy file name to clipboardexpand all lines: jvm/simple-main-kts/simple-main-kts/src/main/kotlin/org/jetbrains/kotlin/script/examples/simpleMainKts/scriptDef.kt
0 commit comments