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' } }