Skip to content

Commit

Permalink
fix native build
Browse files Browse the repository at this point in the history
  • Loading branch information
anidotnet committed Jul 10, 2024
1 parent f2338fd commit fae1eb9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nitrite-native-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Duser.language=en -Duser.region=US</argLine>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit fae1eb9

Please sign in to comment.