-
Notifications
You must be signed in to change notification settings - Fork 77
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
Setup allstar ignore file for binary files #2324
Conversation
- enforcer-rules/src/test/resources/dummy-0.0.1.jar | ||
- example-problems/gradle-project/build/classes/java/main/App.class |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The automation has been complaining the two files that this repository uses for tests
#2322
kokoro-macos failed due to Java 14...
Checking how to use Java 11 there. |
Kudos, SonarCloud Quality Gate passed! |
export MAVEN_OPTS="-Xmx8g" | ||
|
||
cd github/cloud-opensource-java | ||
|
||
./mvnw -V -B -ntp clean install javadoc:jar | ||
./mvnw -V -B -ntp clean install -Djavadoc.skip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't publish javadoc. This is failing with Java 14 on MacOS.
Fixes #2322. Following http://go/allstar#faq instructions. This repository has binary files it uses for tests.