Skip to content

Commit

Permalink
chore: explicit version of maven compiler plugin for github build
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Aug 4, 2023
1 parent 7bde92f commit 283e424
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,17 @@
</repository>
-->
</repositories>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>community-action-maven-release</id>
Expand Down

0 comments on commit 283e424

Please sign in to comment.