Skip to content

Commit

Permalink
Fix maven config
Browse files Browse the repository at this point in the history
  • Loading branch information
garlontas committed May 2, 2022
1 parent 5e0812e commit 662ac30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
<packaging>jar</packaging>
<url>https://github.com/PickwickSoft/jheroku-keep-alive</url>
<properties>
<java.version>17</java.version>
<java.version>11</java.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 662ac30

Please sign in to comment.