-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug report] A licence check error occurs if there is a *.out file when running ./gradlew build
.
#4439
Comments
IamSaker
added a commit
to IamSaker/gravitino
that referenced
this issue
Aug 8, 2024
IamSaker
added a commit
to IamSaker/gravitino
that referenced
this issue
Aug 8, 2024
IamSaker
changed the title
[Bug report] A licence check error occurs if there is a *.log file when running
[Bug report] A licence check error occurs if there is a *.out file when running Aug 8, 2024
./gradlew build
../gradlew build
.
mchades
pushed a commit
that referenced
this issue
Aug 8, 2024
### What changes were proposed in this pull request? Add `**/*.out` to the list of exclusions will skip the license check on the *.out file. ### Why are the changes needed? Fix: #4439 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? No
github-actions bot
pushed a commit
that referenced
this issue
Aug 8, 2024
### What changes were proposed in this pull request? Add `**/*.out` to the list of exclusions will skip the license check on the *.out file. ### Why are the changes needed? Fix: #4439 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? No
yuqi1129
pushed a commit
that referenced
this issue
Aug 8, 2024
<!-- 1. Title: [#<issue>] <type>(<scope>): <subject> Examples: - "[#123] feat(operator): support xxx" - "[#233] fix: check null before access result in xxx" - "[MINOR] refactor: fix typo in variable name" - "[MINOR] docs: fix typo in README" - "[#255] test: fix flaky test NameOfTheTest" Reference: https://www.conventionalcommits.org/en/v1.0.0/ 2. If the PR is unfinished, please mark this PR as draft. --> ### What changes were proposed in this pull request? Add `**/*.out` to the list of exclusions will skip the licence check on the *.out file. ### Why are the changes needed? Fix: #4439 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? No Co-authored-by: Saker <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
main branch
Describe what's wrong
Running `./gradlew build' has licence checking error. I think we should filter out the .out log files.
Error message and/or stacktrace
How to reproduce
/logs/gravitino-server.out
../gradlew build
.Additional context
No response
The text was updated successfully, but these errors were encountered: