Skip to content

Commit

Permalink
Build compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahil S committed Nov 13, 2023
1 parent 3f33447 commit 1c45f22
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cab-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,12 @@
<build>
<plugins>
<plugin>
<artifactId>spring-boot-maven-plugin</artifactId>
<groupId>org.springframework.boot</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>17</source>
<target>17</target>
</configuration>
<groupId>org.apache.maven.plugins</groupId>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 1c45f22

Please sign in to comment.