Skip to content

Commit

Permalink
Downgrade download-maven-plugin
Browse files Browse the repository at this point in the history
The 1.7 version contains a bug that ignores the cache and redownloads
at every build.
  • Loading branch information
t-bast committed Jul 13, 2023
1 parent edb5499 commit 62ccecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclair-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.7.0</version>
<version>1.6.8</version>
<executions>
<execution>
<id>download-bitcoind</id>
Expand Down

0 comments on commit 62ccecb

Please sign in to comment.