1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 18:29:39 +02:00

Initial implementation of the new revoke-key command from SOP-07

This commit is contained in:
Paul Schaub 2023-07-11 23:15:22 +02:00
parent 556d1bee30
commit 37bbe8bb39
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
5 changed files with 163 additions and 1 deletions

View file

@ -16,6 +16,7 @@ repositories {
dependencies {
implementation 'org.jetbrains:annotations:20.1.0'
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
// Logging