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
@@ -35,7 +38,7 @@ class JRubyJarPlugin implements Plugin<Project> {
35
38
if ((task instanceofJRubyJar) && (task.scriptName !=JRubyJar.Type.LIBRARY)) {
36
39
if (isJRubyVersionDeprecated(task.jrubyVersion)) {
37
40
project.logger.warn('The task `{}` is using JRuby {} which may cause unexpected behavior, see <http://jruby-gradle.org/errors/jar-deprecated-jrubyversion> for more',
38
-
task.name, task.jrubyVersion)
41
+
task.name, task.jrubyVersion)
39
42
}
40
43
}
41
44
}
@@ -60,8 +63,8 @@ class JRubyJarPlugin implements Plugin<Project> {
60
63
// will be writing tests that includes jruby and that they might need some
0 commit comments