We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9b796 commit 5d88f00Copy full SHA for 5d88f00
1 file changed
ext/WarMain.java
@@ -259,7 +259,7 @@ protected int launchJRuby(final URL[] jars) throws Exception {
259
260
invokeMethod(rubyInstanceConfig, "processArguments", (Object) arguments);
261
262
- Object runtime = invokeMethod(scriptingContainer, "getRuntime");
+ Object runtime = invokeMethod(provider, "getRuntime");
263
264
debug("loading resource: " + executablePath);
265
Object executableInput =
0 commit comments