Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit dfd795d

Browse files
committed
Tweaks
1 parent a664210 commit dfd795d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
> [!CAUTION]
22
> This repository is obsolete. The source code for the [Gradle Checker Framework Plugin](https://github.com/typetools/checker-framework-gradle-plugin) has moved.
33
>
4-
> You still use the plugin in the same way; for example, in a `build.gradle` file, write:
4+
> You still use the plugin in the same way. For example, in a `build.gradle` file, write:
55
>
66
> ```gradle
77
> plugins {
@@ -11,7 +11,7 @@
1111
>
1212
> However, there are a few changes. See the [documentation about
1313
> migrating](https://github.com/typetools/checker-framework-gradle-plugin#migrating-from-0x-to-1x)
14-
> from version 0.x to version 1.x.
14+
> from version 0.x to version 1.x of the plugin.
1515
1616
# Gradle Checker Framework Plugin
1717
@@ -24,7 +24,7 @@ Framework](https://checkerframework.org) for pluggable type-checking.
2424
## Download
2525
2626
Add the following to your `build.gradle` file
27-
(but note that [version 1.x is available](https://github.com/typetools/checker-framework-gradle-plugin):
27+
(but note that [version 1.x is available](https://github.com/typetools/checker-framework-gradle-plugin#apply-the-plugin)):
2828
2929
```groovy
3030
plugins {

0 commit comments

Comments
 (0)