File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,6 +74,22 @@ subprojects {
7474 checkerFramework " io.github.eisop:checker:$eisop_version "
7575
7676 testImplementation(testFixtures(project(" :key.util" )))
77+
78+ testImplementation(" ch.qos.logback:logback-classic:1.5.27" )
79+
80+ testImplementation(platform(" org.junit:junit-bom:5.14.2" ))
81+ testImplementation (" org.junit.jupiter:junit-jupiter-api" )
82+ testImplementation (" org.junit.jupiter:junit-jupiter-params" )
83+ testRuntimeOnly (" org.junit.jupiter:junit-jupiter-engine" )
84+ testRuntimeOnly (" org.junit.platform:junit-platform-launcher" )
85+ testImplementation (" org.assertj:assertj-core:3.27.7" )
86+ testImplementation project(' :key.util' )
87+
88+ // test fixtures
89+ testImplementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.0" )
90+ testImplementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.0" )
91+
92+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
7793 }
7894
7995 tasks. withType(JavaCompile ). configureEach {
You can’t perform that action at this time.
0 commit comments