Bumped bld to version 1.9.1

This commit is contained in:
Erik C. Thauvin 2024-05-09 21:05:40 -07:00
parent d7d9cdf98c
commit e5738ec79d
Signed by: erik
GPG key ID: 776702A6A2DA330E
11 changed files with 11 additions and 12 deletions

View file

@ -76,7 +76,6 @@ class CheckstyleOperationTest {
assertThat(op.executeConstructProcessCommandList()).as("as list").contains(x + FOO, x + BAR);
}
@Test
void execute() throws IOException, ExitStatusException, InterruptedException {
var tmpFile = File.createTempFile("checkstyle-google", ".txt");