Skip to content

Commit

Permalink
Merge pull request #1 from malbx/feature/fix-build
Browse files Browse the repository at this point in the history
fix build issue
  • Loading branch information
joshbooks committed Apr 4, 2019
2 parents 5b6099b + 538cbf1 commit b2285d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@ data/
logs/
remoteNodeStore/
target/
*.solib
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -43,7 +43,7 @@
<configuration>
<executable>mv</executable>
<arguments>
<argument>target/classes/jniUtilLib.solib</argument>
<argument>${basedir}/jniUtilLib.solib</argument>
<argument>resources/</argument>
</arguments>
</configuration>
Expand Down Expand Up @@ -119,4 +119,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit b2285d8

Please sign in to comment.