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 30, 2024
1 parent 725d3dc commit d88d8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -388,7 +388,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 d88d8f1

Please sign in to comment.