Bumped checkstyle to 10.13.0 and bld to 1.8.0

This commit is contained in:
Erik C. Thauvin 2024-01-30 21:45:17 -08:00
parent 03cd729e01
commit 9a09ea2737
Signed by: erik
GPG key ID: 776702A6A2DA330E
15 changed files with 28 additions and 22 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright 2023 the original author or authors.
* Copyright 2023-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -201,4 +201,4 @@ class CheckstyleOperationTest {
op = op.treeWithJavadoc(false);
assertThat(op.options.containsKey("-J")).as(REMOVE).isFalse();
}
}
}