mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 22:46:56 +01:00
build.gradle: Print failed tests a bit more detailed.
This commit is contained in:
parent
4fb0e6ed95
commit
66d54c11b1
2 changed files with 5 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue