Update to 1.21.11
Some checks are pending
build / build (21) (push) Waiting to run

This commit is contained in:
2026-03-09 09:08:41 +05:00
parent 629eab8032
commit 1eb7dca8e4
6 changed files with 18 additions and 23 deletions

View File

@@ -72,7 +72,7 @@ tasks.withType(JavaCompile).configureEach {
it.options.release = 21
}
tasks.withType(Jar) {
tasks.withType(Jar).configureEach {
exclude('META-INF/maven/**')
}