Skip to content

Commit

Permalink
[FIX] - lagt til system.properties med java og maven versjoner
Browse files Browse the repository at this point in the history
  • Loading branch information
tofiksa committed Mar 31, 2024
1 parent b343ab0 commit 2f8c59a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>


<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<spring-boot.version>3.1.4</spring-boot.version>
</properties>

Expand Down
2 changes: 2 additions & 0 deletions system.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
java.runtime.version=zulu-21
maven.version=3.9.6

0 comments on commit 2f8c59a

Please sign in to comment.