We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb860e commit 0ed113fCopy full SHA for 0ed113f
1 file changed
build.gradle.kts
@@ -35,7 +35,11 @@ dependencies {
35
implementation("com.fasterxml.jackson.core:jackson-databind:2.11.0")
36
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.0")
37
implementation("com.google.jimfs:jimfs:1.1")
38
- implementation("io.github.java-diff-utils:java-diff-utils:4.7")
+
39
+ implementation("org.junit.jupiter:junit-jupiter-api:5.6.2")
40
+ runtimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.2")
41
+ runtimeOnly("'org.junit.vintage:junit-vintage-engine:5.6.2")
42
+ compileOnly("junit:junit:4.13")
43
}
44
45
val sourcesJar by tasks.registering(Jar::class) {
0 commit comments