Update Testnet3 to 4.41-test (231)
This commit is contained in:
parent
ba3172dab9
commit
de50c307c1
|
@ -395,6 +395,15 @@ Build:4.40-test,230
|
|||
prebuild=sed -i -e '/<module>examples/d' -e '/<module>tools/d' -e '/<module>wallettemplate/d' $$BitcoinJWallet$$/pom.xml
|
||||
build=$$MVN3$$ clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml
|
||||
|
||||
Build:4.41-test,231
|
||||
commit=v4.41
|
||||
subdir=wallet
|
||||
gradle=yes
|
||||
srclibs=BitcoinJWallet@v0.13.2
|
||||
prebuild=sed -i -e '/<module>examples/d' -e '/<module>tools/d' -e '/<module>wallettemplate/d' $$BitcoinJWallet$$/pom.xml
|
||||
scanignore=wallet/assets/ssl-keystore
|
||||
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!
|
||||
|
|
Loading…
Reference in a new issue