Open Ao-senXiong opened 2 days ago
An interesting findout is if do gradle assembleforjavac
in intellj gradle control bar, it will generated the checker.jar
. However, the does not contain newest change in local JDK. The newest change of local jdk is packed in build/libs/checker-3.42.0-eisop5-SNAPSHOT-all.jar
This sounds like the same issue as described in #977. I'll close #977 as the description here is easier to reproduce.
Cloned repo first time build always works good by using
./gradlew assembleforjavac
.After doing a
./gradlew clean
and do./gradlew assembleforjavac
, thechecker.jar
is missing which is supposed to be under pathchecker/dist