[Refactor] Use GPG instead of using legacy java keystores

This commit is contained in:
2024-04-06 22:31:14 +02:00
parent 4ac1450cce
commit 0b344e20b6
9 changed files with 376 additions and 146 deletions

View File

@@ -32,6 +32,10 @@ dependencies {
implementation gradleApi()
shadeMe "org.apache.commons:commons-lang3:${commons_lang}"
shadeMe "org.bouncycastle:bcprov-jdk18on:${bouncy}"
shadeMe "org.bouncycastle:bcpg-jdk18on:${bouncy}"
shadeMe "commons-io:commons-io:${commons_io}"
shadeMe "commons-codec:commons-codec:${commons_codec}"
compileOnly "org.projectlombok:lombok:${lombok}"
annotationProcessor "org.projectlombok:lombok:${lombok}"