Skip to content
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

upgrade to java 22 #1071

Draft
wants to merge 14 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
.
  • Loading branch information
Taz03 committed Sep 1, 2024
commit cff2f8fb99f62a240dd7321d3d0159242ca5bcb0
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -62,9 +62,8 @@ subprojects {
// sonarlint configuration, not to be confused with sonarqube/sonarcloud.
sonarLint {
rules {
disable(
'java:S1135' // Disables "Track uses of "TO-DO" tags" rule.
)
disable('java:S1135') // Disables "Track uses of "TO-DO" tags" rule.
disable('java:S00117')
}
}

Loading