We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c67ce commit d8aa1e1Copy full SHA for d8aa1e1
framework/build.gradle
@@ -26,7 +26,6 @@ sourcesJar {
26
27
28
configurations {
29
- implementation.extendsFrom(stubifierImplementation)
30
implementation.extendsFrom(annotatedGuava)
31
}
32
@@ -39,7 +38,6 @@ dependencies {
39
38
api(project(":javacutil"))
40
api(project(":dataflow"))
41
api("org.checkerframework:stubparser:3.27.1")
42
- stubifierImplementation("org.checkerframework:stubparser:3.26.4")
43
// This should be implementation sourceSets.stubifier.output, but that cause a failure in shadowJar.
44
// This work around is from here: https://github.com/GradleUp/shadow/issues/1606#issuecomment-3164731141
45
implementation(files(stubifierJar))
0 commit comments