File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,24 @@ description = "Utility library of the key-project"
77dependencies {
88 implementation(" org.jspecify:jspecify:1.0.0" )
99
10+ // we also export these dependency into src/test/java.
11+ testFixturesApi(project(' :key.util' ))
12+
1013 testFixturesApi(platform(" org.junit:junit-bom:5.14.2" ))
1114 testFixturesApi(" org.junit.jupiter:junit-jupiter-api" )
1215 testFixturesApi(" org.junit.jupiter:junit-jupiter-params" )
1316 testFixturesApi(" org.assertj:assertj-core:3.27.7" )
1417 testFixturesApi(" ch.qos.logback:logback-classic:1.5.27" )
1518 testFixturesApi(" org.jspecify:jspecify:1.0.0" )
19+
20+ testFixturesApi(" ch.qos.logback:logback-classic:1.5.27" )
21+
22+ // test fixtures
23+ testFixturesApi(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.0" )
24+ testFixturesApi(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.0" )
25+
26+ def eisop_version = " 3.49.3-eisop1"
27+ testFixturesCompileOnly( " io.github.eisop:checker-qual:$eisop_version " )
1628}
1729
1830checkerFramework {
You can’t perform that action at this time.
0 commit comments