add cutin dependency

This commit is contained in:
2025-04-10 13:39:10 +02:00
parent 070319853a
commit ebf5600e29
5 changed files with 11 additions and 15 deletions

View File

@@ -10,11 +10,6 @@ plugins {
`java-library`
}
repositories {
// Use Maven Central for resolving dependencies.
mavenCentral()
}
dependencies {
// Use JUnit Jupiter for testing.
testImplementation(libs.junit.jupiter)