Skip to content

Commit

Permalink
Update compiler target 11
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Feb 4, 2024
1 parent 65bd44b commit 07fcbb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<email>reto@galante.ch</email>
</developer>
</developers>
<inceptionYear>2016-2023</inceptionYear>
<inceptionYear>2016-2024</inceptionYear>
<licenses>
<license>
<name>GPL-3</name>
Expand All @@ -27,8 +27,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<dayon.mainClass>mpo.dayon.common.Runner</dayon.mainClass>
<sonar.organization>retgal-github</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down

0 comments on commit 07fcbb1

Please sign in to comment.