-
Notifications
You must be signed in to change notification settings - Fork 30
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 SonarCloud Scan Enviroment to use Java 17+ #3359
Conversation
Gradle should be able to use the jvmToolchain(8)
Add java version print to golden_test
The github action requires the use of the gradle action since version 1.7. -> We must use the gradle version. |
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.
In general LGTM. We should discuss what kind of version update we wanna have due to the Java 11 Upgrade.
For the next release? Minor version would be fitting. |
[CodeCharta Analysis] Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
[CodeCharta Visualization] Kudos, SonarCloud Quality Gate passed! |
Setup SonarCloud Scan Enviroment to use Java 17+
The linked docs state, that there should be no need for additional setup while using the github action. We might need to update the github action, as it wasn't updated in a while.
Additionally, the docs state, that we should not use the github action and use the gradle plugin instead.
Issue: #3357