implemented document creation
this required a major refactoring of the object model
This commit is contained in:
@@ -42,6 +42,7 @@ subprojects {
|
||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||
implementation("de.srsoftware:tools.http:6.0.4")
|
||||
implementation("de.srsoftware:tools.logging:1.3.2")
|
||||
implementation("org.json:json:20240303")
|
||||
}
|
||||
|
||||
tasks.withType<Test>() {
|
||||
|
||||
Reference in New Issue
Block a user