Skip to content

Commit

Permalink
Pin sonar java source to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Hoare committed Apr 15, 2024
1 parent d57df20 commit acc62f9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
<sonar.organization>alfasoftware</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.java.source>11</sonar.java.source>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -177,11 +178,20 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.7.0.1746</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
</plugin>
</plugins>
</build>

<profiles>
<!--
<profile>
<id>coverage</id>
<build>
Expand Down Expand Up @@ -211,7 +221,6 @@
</plugins>
</build>
</profile>
-->

<profile>
<id>release</id>
Expand Down

0 comments on commit acc62f9

Please sign in to comment.