migrate from marinara
Some checks failed
Build / Gradle-Build (push) Successful in 16s
Publish / Gradle-Publish (push) Failing after 10s
Test / Gradle-Test (push) Failing after 12s

This commit is contained in:
2025-04-08 01:56:46 +02:00
parent 4036112736
commit 6d3f077c5d
12 changed files with 311 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
[versions]
junit-jupiter = "5.10.2"
slf4j = "2.0.17"
[libraries]
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" }
slf4j = { module = "org.slf4j:slf4j-api", version.ref = "slf4j"}