Update Bitcoin to 5.12 (292)

This commit is contained in:
Boris Kraut 2017-01-16 19:05:34 +01:00
parent 6aa61382ad
commit 09b980b772

View file

@ -778,6 +778,16 @@ Build:5.11,291
scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
Build:5.12,292
commit=9b37cd7306db14e02c27606ea7084fae5be65f7c
subdir=wallet
gradle=yes
srclibs=BitcoinJWallet@v0.14.3
prebuild=sed -i -e '/<module>examples/d' -e '/<module>tools/d' -e '/<module>wallettemplate/d' $$BitcoinJWallet$$/pom.xml && \
echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
Maintainer Notes:
See wallet/{README,CHANGES} or git log for info about what BitcoinJ tag to use.
Use latest commit in 'prod' branch, which is a rebase on top of the latest tag.