Skip to content

Commit

Permalink
Downgrade build-helper-maven-plugin to 3.4.0 to fix JitPack build
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapol committed Oct 2, 2024
1 parent 968ec4d commit 698708a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.5.0</version>
<version>3.4.0</version>
<executions>
<execution>
<id>add-test-source</id>
Expand Down

0 comments on commit 698708a

Please sign in to comment.