Skip to content

Commit

Permalink
fix warning popping up at the beginning of every test
Browse files Browse the repository at this point in the history
  • Loading branch information
nevio18324 committed Jan 7, 2025
1 parent 59c16ac commit 761ced3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,12 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.2</version>
<configuration>
<argLine>
-javaagent:${settings.localRepository}/org/mockito/mockito-core/${mockito.version}/mockito-core-${mockito.version}.jar
-Xshare:off
</argLine>
</configuration>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
Expand Down

0 comments on commit 761ced3

Please sign in to comment.