Skip to content

Commit

Permalink
Attempt to fix filtering error during github build
Browse files Browse the repository at this point in the history
  • Loading branch information
janblom committed Jan 31, 2025
1 parent 1730f56 commit 808589b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rabbitinahat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,14 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<encoding>ISO-8859-1</encoding>
</configuration>
</plugin>
</plugins>
<testResources>
<testResource>
Expand Down

0 comments on commit 808589b

Please sign in to comment.