Skip to content

Commit

Permalink
Closes Taskana#2480: Update aspectj-maven-plugin configuration source…
Browse files Browse the repository at this point in the history
… to Java 17
  • Loading branch information
jamesrdi committed Jan 25, 2024
1 parent 725d3dc commit 110a3df
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Expand Up @@ -120,9 +120,7 @@
<sonar.sources>src/main/java</sonar.sources>
<sonar.tests>src/test/java</sonar.tests>
<sonar.exclusions>
org/camunda/bpm/dmn/**/*,
**/example/**/*,
**/*Example*
org/camunda/bpm/dmn/**/*, **/example/**/*, **/*Example*
</sonar.exclusions>
</properties>

Expand Down Expand Up @@ -388,7 +386,7 @@
</dependencies>
<configuration>
<complianceLevel>${java.version}</complianceLevel>
<source>11</source>
<source>17</source>
<target>8</target>
<showWeaveInfo>false</showWeaveInfo>
<verbose>true</verbose>
Expand Down

0 comments on commit 110a3df

Please sign in to comment.