We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d715e commit afaf68dCopy full SHA for afaf68d
jruby-maven-plugin/src/it/jruby-version/verify.bsh
@@ -3,8 +3,8 @@ import org.codehaus.plexus.util.FileUtils;
3
4
5
String log = FileUtils.fileRead( new File( basedir, "build.log" ) );
6
-String expected = "[INFO] jruby 1.";
+String expected = "[INFO] jruby 9.";
7
if ( !log.contains( expected ) )
8
{
9
throw new RuntimeException( "log file does not contain '" + expected + "'" );
10
-}
+}
0 commit comments