Skip to content

Commit 370ae78

Browse files
gregjotaujeandersonbc
authored andcommitted
Use Java release for Java 11 compilation
1 parent ef0f827 commit 370ae78

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
</developers>
2525
<properties>
2626
<!-- Project Settings -->
27-
<maven.compiler.source>11</maven.compiler.source>
28-
<maven.compiler.target>11</maven.compiler.target>
27+
<maven.compiler.release>11</maven.compiler.release>
2928
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3029
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3130
<sonar.organization>adyen</sonar.organization>

0 commit comments

Comments
 (0)