rpm/rpm-core/build.gradle

11 lines
281 B
Groovy
Raw Normal View History

2017-10-07 13:14:33 +02:00
dependencies {
compile "org.bouncycastle:bcpg-jdk15on:${project.property('bouncycastle.version')}"
compile "org.xbib:archive:${project.property('xbib-archive.version')}"
}
test {
testLogging {
showStandardStreams = true
exceptionFormat = 'full'
}
}