forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes bazelbuild#13987 (tracking bug). Closes bazelbuild#14035 (pull request). Signed-off-by: Philipp Wollermann <philwo@google.com>
- Loading branch information
Showing
12 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
# Upgrading Jacoco version | ||
|
||
Upgrade of Jacoco can be done in three steps. They are needed because part of | ||
the code is not handled by copybara. | ||
|
||
## 1st pull request | ||
|
||
- Add prebuilt jars for new version to third_party/java/jacoco | ||
- Add new version to third_party/java/jacoco/BUILD | ||
- Update latest version in the same build file | ||
- Check if asm library needs to be updated as well | ||
|
||
This PR needs to be merged. | ||
|
||
## 2nd pull request | ||
|
||
- Update versions in the tools/jdk/BUILD.java_tools | ||
|
||
Or anywhere else outside of third_party. | ||
|
||
This PR is handled by copybara. | ||
|
||
## 3rd pull request | ||
|
||
- Remove prebuilt jars of the old version | ||
- Update third_party/java/jacoco/BUILD accordingly | ||
|
||
This PR needs to be merged. | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.