Update Bitcoin Wallet [testnet3] to 5.0-test (280)

This commit is contained in:
Boris Kraut 2016-10-08 13:56:55 +02:00
parent 7c7d89c6b2
commit 31868c0fe8

View file

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