chore: Version 0.8.0

This commit is contained in:
2026-04-20 14:13:35 +02:00
parent 0948ebab6e
commit 7dae757662
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ tasks.test {
useJUnitPlatform() useJUnitPlatform()
systemProperties( systemProperties(
"junit.jupiter.execution.timeout.mode" to "disabled_on_debug", "junit.jupiter.execution.timeout.mode" to "disabled_on_debug",
"junit.jupiter.execution.timeout.testable.method.default" to "10s", "junit.jupiter.execution.timeout.testable.method.default" to "30s",
"junit.jupiter.execution.timeout.thread.mode.default" to "SEPARATE_THREAD", "junit.jupiter.execution.timeout.thread.mode.default" to "SEPARATE_THREAD",
) )
} }

View File

@@ -1,6 +1,6 @@
org.gradle.jvmargs = -Xmx2G org.gradle.jvmargs = -Xmx2G
org.gradle.configuration-cache = true org.gradle.configuration-cache = true
tweed5.version = 0.7.1 tweed5.version = 0.8.0
git.url = https://gitea.siphalor.de/siphalor/tweed5 git.url = https://gitea.siphalor.de/siphalor/tweed5