Skip to content

Commit

Permalink
fix: build docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vicheanath committed Feb 7, 2024
1 parent 03af5c2 commit b30d987
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions backend/pms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>21</source>
<target>21</target>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
Expand Down

0 comments on commit b30d987

Please sign in to comment.