Document wkd-java build.gradle

This commit is contained in:
Paul Schaub 2022-04-26 01:23:18 +02:00
parent c882fa679f
commit 56806678ab
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 3 additions and 0 deletions

View File

@ -13,12 +13,15 @@ repositories {
}
dependencies {
// JUnit
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
// Logging
api "org.slf4j:slf4j-api:$slf4jVersion"
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
// Certificate store
api "org.pgpainless:pgp-certificate-store:$certStoreVersion"
// Z-Base32