Skip to content

Commit

Permalink
Fixed build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
abpai94 committed Sep 9, 2024
1 parent c12c42a commit 2e93b13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<fork>true</fork>
<executable>${env.JAVA_HOME}/bin/javac</executable>
<source>8</source>
<target>8</target>
<compilerVersion>8</compilerVersion>
Expand Down

0 comments on commit 2e93b13

Please sign in to comment.