Remove gradle build script#3340
Merged
hezhangjian merged 2 commits intoapache:masterfrom Jun 17, 2022
Merged
Conversation
Member
Author
|
rerun failure checks |
Member
Author
|
the failure actions are not related to this PR. |
Contributor
Member
Author
|
@hangc0276 I will try, my computer is still under repaired. Probably not so fast. |
Contributor
@shoothzj I'm not sure whether this Pr also breaks other CI tests, we'd better check it one by one. If the backward-compat test in CI can't be repaired in a short time, I will revert the CI to gradle. |
Member
Author
|
@hangc0276 It's not worked before. See #2937. I will try to fix maven tests ASAP. |
Contributor
@shoothzj In gradle, it woks before. |
zymap
pushed a commit
that referenced
this pull request
Aug 3, 2022
Remove gradle build script See https://lists.apache.org/thread/k3pdlpbvkzt061338fkxtppq3z70nk03 https://lists.apache.org/thread/os28qm4t0kf74q2k3lzsmnnpr0lnm6zc - delete gradle build script - add `netty-buffer` dependency on module `distributedlog-core-shaded-test` to fix broken master tests. (cherry picked from commit 708f890)
Ghatage
pushed a commit
to sijie/bookkeeper
that referenced
this pull request
Jul 12, 2024
### Motivation Remove gradle build script See https://lists.apache.org/thread/k3pdlpbvkzt061338fkxtppq3z70nk03 https://lists.apache.org/thread/os28qm4t0kf74q2k3lzsmnnpr0lnm6zc ### Changes - delete gradle build script - add `netty-buffer` dependency on module `distributedlog-core-shaded-test` to fix broken master tests.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Remove gradle build script
See
https://lists.apache.org/thread/k3pdlpbvkzt061338fkxtppq3z70nk03
https://lists.apache.org/thread/os28qm4t0kf74q2k3lzsmnnpr0lnm6zc
Changes
netty-bufferdependency on moduledistributedlog-core-shaded-testto fix broken master tests.