Skip to content

Commit

Permalink
Update compiler plugin to fix GH runner
Browse files Browse the repository at this point in the history
  • Loading branch information
games647 committed May 2, 2024
1 parent 1889c26 commit 7479c8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
<finalName>${project.name}</finalName>

<plugins>
<plugin>
<!-- Update compiler plugin for old Maven versions like GH runner -->
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
</plugin>

<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
Expand Down

0 comments on commit 7479c8b

Please sign in to comment.