-
-
Notifications
You must be signed in to change notification settings - Fork 26.8k
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
fix:added code refactoring changes for 2378 #2379
Conversation
collection-pipeline/pom.xml
Outdated
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<configuration> | ||
<source>16</source> | ||
<target>16</target> | ||
</configuration> | ||
</plugin> |
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.
This is now set in the parent pom.xml. Please rebase your changes on top of master
. Let's see if we get a passing build.
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.
You have the same configuration elsewhere too. Please check throughout the code.
Please try to address the failing build |
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 build needs to pass before we can merge
Hi @iluwatar, I have sync the fork with the upstream master branch. But, still getting the same issue: Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.8.0.2131:sonar (default-cli) on project java-design-patterns: Project not found. Please check the 'sonar.projectKey' and 'sonar.organization' properties, the 'SONAR_TOKEN' environment variable, or contact the project administrator -> [Help 1] Please, guide me if I missed anything or incorrect. |
The build works for me locally, so I don't think there's anything wrong in this branch. I recently reconfigured the Sonar scan, but maybe it's using the old one from the cache or something like that. Anyway, I'm going to merge this. |
@all-contributors please add @Ap284 for code |
I've put up a pull request to add @Ap284! 🎉 |
Pull request title
Pull request description