Basic settings

This commit is contained in:
2026-04-12 12:54:09 +02:00
parent c949ccd97f
commit f753197bf2
11 changed files with 927 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
[versions]
junit = "5.14.3"
[libraries]
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }