Copilot commented on code in PR #11030:
URL: https://github.com/apache/cloudstack/pull/11030#discussion_r2207337835
##########
pom.xml:
##########
@@ -58,7 +58,7 @@
<cs.jdk.version>11</cs.jdk.version>
Review Comment:
The `<cs.jdk.version>` property is still set to 11 but workflows now use JDK
17. Update this to `<cs.jdk.version>17</cs.jdk.version>` for consistency.
```suggestion
<cs.jdk.version>17</cs.jdk.version>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]