Skip to content

Commit

Permalink
Return compiler target to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
bokoto000 committed Aug 28, 2023
1 parent e4a462a commit 9f3b029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<kotlin.version>1.6.21</kotlin.version>
<version.junit>4.13.2</version.junit>
<version.hamcrest>2.2</version.hamcrest>
Expand Down

0 comments on commit 9f3b029

Please sign in to comment.