We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e95f9c commit 6f2da0dCopy full SHA for 6f2da0d
pom.xml
@@ -65,8 +65,7 @@
65
<properties>
66
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
67
<java.version>17</java.version>
68
- <maven.compiler.source>${java.version}</maven.compiler.source>
69
- <maven.compiler.target>${java.version}</maven.compiler.target>
+ <maven.compiler.release>${java.version}</maven.compiler.release>
70
<sonar.organization>java-operator-sdk</sonar.organization>
71
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
72
<fabric8-httpclient-impl.name>jdk</fabric8-httpclient-impl.name>
0 commit comments