Skip to content

Commit b6489f3

Browse files
committed
Tweak README
1 parent 399300c commit b6489f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README-typetools.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ The annotations are only in the main Guava project, not in the "Android" variant
66
To build this project
77
---------------------
88

9-
To create file `guava/target/guava-HEAD-jre-SNAPSHOT.jar`:
9+
To create file `guava/target/guava-HEAD-jre-SNAPSHOT.jar` and/or
10+
`guava/target/guava-33.1.0.2-jre.jar`:
1011
(This takes 10+ minutes, because it performs pluggable type-checking.)
1112

1213
```
@@ -39,7 +40,7 @@ MAVEN_OPTS=-Xmx6g ./mvnw -V -B -U verify -Dcheckerframework.checkers=org.checker
3940
-Dcheck.value.phase=skip -Dmaven.javadoc.skip
4041

4142
Running with the single FormatterChecker gets the total time down to about 20-25 minutes,
42-
almost all of which testing. (Over 850,000 tests are run.)
43+
almost all of which is testing. (Over 850,000 tests are run.)
4344

4445

4546
Typechecking

0 commit comments

Comments
 (0)