Update Bitcoin Wallet [testnet3] to 5.02-test (282)

This commit is contained in:
Boris Kraut 2016-10-28 13:31:49 +02:00
parent b9c15edec5
commit 6a3b64fa39

View file

@ -668,6 +668,16 @@ Build:5.01-test,281
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
build=$$MVN3$$ clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml build=$$MVN3$$ clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml
Build:5.02-test,282
commit=v5.02
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
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
build=$$MVN3$$ clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml
Maintainer Notes: Maintainer Notes:
Do other wallet app first: can use tags here because security is less important. Do other wallet app first: can use tags here because security is less important.
Don't forget the version name though! Don't forget the version name though!