Remove stale code in comments

This commit is contained in:
Tobi Schäfer 2025-05-30 22:16:50 +02:00
parent 354c9788c8
commit ae79a59639
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -177,9 +177,6 @@ tasks.register('runH2Console', JavaExec) {
'-user', 'antville',
'-password', 'antville'
]
// standardOutput = new ByteArrayOutputStream()
// ignoreExitValue true
}
tasks.register('distZip', Zip) {