Skip to content

Commit

Permalink
There is no need to build the annotated JDK (typetools#6909)
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored Dec 3, 2024
1 parent 7428e7c commit b26524c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/developer/developer-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ <h3 id="Related_repositories">Related repositories</h3>
The same is true for the other projects.
</p>

<p>
You do not need to explicitly build the <code>jdk</code> repository. Building
the Checker Framework (say, via <code>./gradlew assemble</code>) automatically
makes the Checker Framework use the annotated JDK that exists
at <code>../jdk/</code> &mdash; that is, as a sibling directory of the Checker
Framework named <code>jdk</code>.
</p>

<p>
If a change spans multiple projects, make pull requests for all of them.
Each pull request description's should link to all the others.
Expand Down

0 comments on commit b26524c

Please sign in to comment.