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 c75b8de commit 49c1764Copy full SHA for 49c1764
src/it/projects/MJAVADOC-770/verify.groovy
@@ -21,3 +21,8 @@
21
def moduleFile = new File( basedir, 'target/reports/apidocs/mjavadoc770/module-summary.html')
22
23
assert !moduleFile.exists()
24
+
25
26
+def log = new File( basedir, 'build.log').text
27
28
+assert log.count( "[WARNING] Javadoc 1.4+ doesn't support the -1.1 switch anymore. Ignore this option." ) == 0
0 commit comments