-
Notifications
You must be signed in to change notification settings - Fork 46
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
WIP: RAT-293: Add properties for SonarCloud integration #33
base: master
Are you sure you want to change the base?
Conversation
Problems with animal-sniffer/jdk8-compliance:
|
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.
Looks simple. Is there any reason not to merge this?
This cannot be merged as long as Sonar's plugin is not compiled with Java8 as it breaks our "JDK-8-only animal sniffer check" OR |
We could compile under multiple JDKs 8 and 20 for example. We should be dropping 8 in the next couple of years. |
Now that we are testing under multiple JVM versions it should be possible to add the SonarCloud under a profile that runs when the JVM is not Java8. At least I think this is possible. |
Allow RAT to integrate with Sonarcloud.io-scanning services.
https://issues.apache.org/jira/browse/RAT-293