Skip to content

Commit f0c7a29

Browse files
committed
Make it work for older sonar-scanner version
1 parent 221ed1b commit f0c7a29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<properties>
5959
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
60-
<maven.compiler.source>17</maven.compiler.source>
60+
<maven.compiler.source>11</maven.compiler.source>
6161
<maven.compiler.target>23</maven.compiler.target>
6262
<maven.compiler.release>17</maven.compiler.release>
6363
<surefire.version>3.5.3</surefire.version>
@@ -79,11 +79,11 @@
7979
<url>https://jitpack.io</url>
8080
</repository>
8181
<repository>
82-
<id>github</id>
83-
<url>https://maven.pkg.github.com/cnescatlab/i-CodeCNES</url>
84-
<snapshots>
85-
<enabled>true</enabled>
86-
</snapshots>
82+
<id>github</id>
83+
<url>https://maven.pkg.github.com/cnescatlab/i-CodeCNES</url>
84+
<snapshots>
85+
<enabled>true</enabled>
86+
</snapshots>
8787
</repository>
8888
</repositories>
8989

0 commit comments

Comments
 (0)