Upgrade build system and depdencies

This commit is contained in:
Paul Schaub 2025-09-27 12:11:34 +02:00
parent f061b076dc
commit 540dca6a24
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
11 changed files with 48 additions and 71 deletions

View file

@ -4,13 +4,14 @@
plugins {
id 'application'
id "com.github.johnrengelman.shadow" version "6.1.0"
id 'com.gradleup.shadow' version '8.3.6'
}
group 'org.pgpainless'
repositories {
mavenCentral()
mavenLocal()
}
dependencies {
@ -19,7 +20,8 @@ dependencies {
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
// Logging
implementation ("org.slf4j:slf4j-nop:$slf4jVersion")
// implementation ("org.slf4j:slf4j-nop:$slf4jVersion")
implementation "ch.qos.logback:logback-classic:$logbackVersion"
// pgp.cert.d using PGPainless
implementation project(":pgpainless-cert-d")