Skip to content

Commit e031f1e

Browse files
committed
Change recommended library name
1 parent 6815333 commit e031f1e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ You must specify which
2929
[version](https://github.com/typetools/checker-framework/releases) of the
3030
Checker Framework to use.
3131

32-
* The recommended way is to modify two files. Add this to `build.gradle`:
32+
* The Gradle developers recommend to modify two files. Add this to `build.gradle`:
3333

3434
```groovy
3535
checkerFramework {
36-
version = libs.checker.get().version
36+
version = libs.checker.framework.get().version
3737
}
3838
```
3939

4040
and add this to `gradle/libs.versions.toml`:
4141

4242
```toml
4343
[libraries]
44-
checker = "org.checkerframework:checker:3.53.1"
44+
checker-framework = "org.checkerframework:checker:3.53.1"
4545
```
4646

4747
* Alternately, you can edit just one file. Add this to `build.gradle`:

0 commit comments

Comments
 (0)