Skip to content

Commit d8aa1e1

Browse files
committed
Remove stubifierImplementation which isn't used.
1 parent 19c67ce commit d8aa1e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

framework/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ sourcesJar {
2626

2727

2828
configurations {
29-
implementation.extendsFrom(stubifierImplementation)
3029
implementation.extendsFrom(annotatedGuava)
3130
}
3231

@@ -39,7 +38,6 @@ dependencies {
3938
api(project(":javacutil"))
4039
api(project(":dataflow"))
4140
api("org.checkerframework:stubparser:3.27.1")
42-
stubifierImplementation("org.checkerframework:stubparser:3.26.4")
4341
// This should be implementation sourceSets.stubifier.output, but that cause a failure in shadowJar.
4442
// This work around is from here: https://github.com/GradleUp/shadow/issues/1606#issuecomment-3164731141
4543
implementation(files(stubifierJar))

0 commit comments

Comments
 (0)