Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
fix: update neo sdk downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
vmutafov committed Mar 8, 2022
1 parent 38c381d commit b1e8358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/resources-neo-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<artifactId>neo-java-web-sdk</artifactId>
<version>${neo-java-web-sdk.version}</version>
<type>zip</type>
<outputDirectory>src/main/resources/META-INF/dirigible/resources-neo-sdk</outputDirectory>
<overWrite>false</overWrite>
<outputDirectory>src/main/resources/META-INF/dirigible/resources-neo-sdk/sdk</outputDirectory>
<overWrite>true</overWrite>
</artifactItem>
</artifactItems>
</configuration>
Expand Down

0 comments on commit b1e8358

Please sign in to comment.