mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
build.gradle: Print failed tests a bit more detailed.
This commit is contained in:
committed by
Andreas Schildbach
parent
4fb0e6ed95
commit
66d54c11b1
@@ -8,7 +8,7 @@ jdk:
|
||||
install:
|
||||
- sudo apt-get install -y protobuf-compiler
|
||||
script:
|
||||
- gradle -q clean check -x :wallettemplate:check
|
||||
- gradle clean check -x :wallettemplate:check
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
|
@@ -34,6 +34,10 @@ protobuf {
|
||||
|
||||
test {
|
||||
exclude 'org/bitcoinj/net/NetworkAbstractionTests*'
|
||||
testLogging {
|
||||
events "failed"
|
||||
exceptionFormat "full"
|
||||
}
|
||||
}
|
||||
|
||||
task javadocJar(type: Jar, dependsOn: javadoc) {
|
||||
|
Reference in New Issue
Block a user