Skip to content

Commit

Permalink
Add maven compiler plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
asha15 committed Nov 28, 2024
1 parent 9318345 commit 14de92d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions component/helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand Down

0 comments on commit 14de92d

Please sign in to comment.