Chore: Added Json dependency in Gradle

This commit is contained in:
Jona Walpert
2026-03-12 15:23:40 +01:00
parent 02dc75c331
commit d414c27ff2
+1
View File
@@ -29,6 +29,7 @@ javafx {
dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.0")
implementation 'org.json:json:20240303'
}
test {