Chore: Added Json dependency in Gradle
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user