Skip to content

Commit d413ad7

Browse files
committed
Fix
1 parent 1fbf7ac commit d413ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/it/projects/MJAVADOC-498_modulepath/verify.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
*/
1919
def log = new File( basedir, 'build.log').text
2020

21-
assert log.count( " --module-path" ) == 3
21+
assert log.count( " --module-path" ) == 2

0 commit comments

Comments
 (0)