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 8ab2b64 commit 5e81dcfCopy full SHA for 5e81dcf
framework/build.gradle
@@ -33,8 +33,8 @@ configurations {
33
dependencies {
34
api project(':javacutil')
35
api project(':dataflow')
36
- api 'org.checkerframework:stubparser:3.26.2'
37
- stubifierImplementation 'org.checkerframework:stubparser:3.26.2'
+ api 'org.checkerframework:stubparser:3.26.4'
+ stubifierImplementation 'org.checkerframework:stubparser:3.26.4'
38
implementation sourceSets.stubifier.output
39
// AFU is an "includedBuild" imported in checker-framework/settings.gradle, so the version number doesn't matter.
40
// https://docs.gradle.org/current/userguide/composite_builds.html#settings_defined_composite
0 commit comments