-
Notifications
You must be signed in to change notification settings - Fork 538
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
Ai-sonar-grdle-plugin-fix #3626
Ai-sonar-grdle-plugin-fix #3626
Conversation
Signed-off-by: jonathan.vila <[email protected]>
Signed-off-by: jonathan.vila <[email protected]>
Signed-off-by: jonathan.vila <[email protected]>
Signed-off-by: jonathan.vila <[email protected]>
Signed-off-by: jonathan.vila <[email protected]>
Signed-off-by: jonathan.vila <[email protected]>
Signed-off-by: jonathan.vila <[email protected]>
Signed-off-by: jonathan.vila <[email protected]>
Eclipse JKube CI ReportStarted new GH workflow run for #3626 (2025-02-03T16:17:24Z) ⚙️ JKube E2E Tests (13117642796)
|
Signed-off-by: jonathan.vila <[email protected]>
@@ -60,7 +60,7 @@ private void configureTasks(Project project) { | |||
.map(taskByName(evaluatedProject)) | |||
.filter(Objects::nonNull) | |||
// Cannot remove warning (object spread) | |||
.forEach(t -> task.mustRunAfter(t)); | |||
.forEach(task::mustRunAfter); |
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.
Not sure why this is failing in the Java8 pipeline:
[ERROR] /home/jenkins/agent/workspace/Build_Java8_PR-3626/gradle-plugin/kubernetes/src/main/java/org/eclipse/jkube/gradle/plugin/AbstractJKubePlugin.java:[63,24] incompatible types: invalid method reference
mustRunAfter(java.lang.Object...) in org.gradle.api.Task is defined in an inaccessible class or interface
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.
Change undone.
|
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.
LGTM, thx!
Signed-off-by: jonathan.vila [email protected]
Description
AI generated fixes for the Sonar detected issues
Type of change
test, version modification, documentation, etc.)
Checklist