We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecff4d7 commit 5553dfcCopy full SHA for 5553dfc
src/it/enforce-bytecode-version-multirelease/verify.groovy
@@ -4,6 +4,6 @@ assert file.exists();
4
String text = file.getText("utf-8");
5
6
assert text.contains( '[INFO] Adding ignore: module-info' )
7
-assert text.contains( '[DEBUG] log4j-api-2.15.0.jar => ' )
+assert text.contains( '[DEBUG] log4j-api-2.16.0.jar => ' )
8
9
return true;
0 commit comments