Skip to content

Commit 4d48295

Browse files
committed
fix classpath of checkerFramework
1 parent f350065 commit 4d48295

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

key.util/build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,24 @@ description = "Utility library of the key-project"
77
dependencies {
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

1830
checkerFramework {

0 commit comments

Comments
 (0)