mirror of
https://codeberg.org/PGPainless/cert-d-pgpainless.git
synced 2025-09-09 18:29:49 +02:00
Add documentation to build.gradle
This commit is contained in:
parent
765dfac916
commit
81055cd862
2 changed files with 10 additions and 1 deletions
|
@ -13,13 +13,17 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
// Junit
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
|
||||
|
||||
// Logging
|
||||
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
|
||||
|
||||
// pgp.cert.d using PGPainless
|
||||
implementation project(":pgpainless-cert-d")
|
||||
|
||||
// SQL subkey table
|
||||
implementation "org.pgpainless:pgp-cert-d-java-jdbc-sqlite-lookup:$pgpCertDJavaVersion"
|
||||
|
||||
// picocli for cli
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue