Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
native: fix build warning by pinning plugin version
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Bezzubov <[email protected]>
  • Loading branch information
bzz committed Mar 19, 2019
1 parent 74a18e7 commit bf7743c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ target
native/.idea/*
native/src/main/java/tech/sourced/babelfish/j2cpp/*
vendor/
fixtures/*_got
.idea/*
*.iml
4 changes: 1 addition & 3 deletions native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
<version>3.0.0-M3</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit bf7743c

Please sign in to comment.