From 4c3a1c575cd59aeeffe6cd7635a338564c564e50 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 27 Sep 2023 11:49:48 +0200 Subject: [PATCH] Bump version 2.0.1-SNAPSHOT --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c5474fa..11278dd 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ java { } } -project.version "2.0.0-SNAPSHOT" +project.version "2.0.1-SNAPSHOT" group "net.brutex.xservices" publishing { @@ -122,7 +122,8 @@ dependencies { implementation "com.sun.xml.bind:jaxb-impl:2.3.0.1" implementation "com.sun.xml.bind:jaxb-core:2.3.0.1" - implementation fileTree(dir: "lib/", includes: ["*.jar"]) + implementation fileTree(dir: "lib/", includes: ["*.jar"], excludes: ["serena.*.jar"]) + compileOnly fileTree(dir: "lib/", includes: ["serena.*.jar"]) annotationProcessor "org.projectlombok:lombok:1.18.28" compileOnly "org.projectlombok:lombok:1.18.28"