Skip to content

Commit 9832ddc

Browse files
committed
Use EISOP AFU version
1 parent 477a70d commit 9832ddc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969

7070
// AFU is an "includedBuild" imported in settings.gradle, so the version number doesn't matter.
7171
// https://docs.gradle.org/current/userguide/composite_builds.html#settings_defined_composite
72-
implementation('org.checkerframework:annotation-file-utilities:*') {
72+
implementation('io.github.eisop:annotation-file-utilities:*') {
7373
exclude group: 'com.google.errorprone', module: 'javac'
7474
}
7575

0 commit comments

Comments
 (0)