chore: update JBR version to 25.0.2b329.66

This commit is contained in:
hstyi
2026-02-25 09:01:26 +08:00
committed by GitHub
parent 5375a2e42e
commit 024d349d5b
6 changed files with 18 additions and 12 deletions

View File

@@ -1,5 +1,8 @@
import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
fun exec(action: ExecSpec.() -> Unit) {
providers.exec(action).result.get().assertNormalExitValue()
}
tasks.withType<Jar> {