We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3454b88 commit 231657dCopy full SHA for 231657d
1 file changed
build.gradle.kts
@@ -26,4 +26,8 @@ dependencies {
26
compileOnly(group = "org.projectlombok", name = "lombok", version = "1.18.34")
27
28
annotationProcessor(group = "org.projectlombok", name = "lombok", version = "1.18.34")
29
+}
30
+
31
+tasks.shadowJar {
32
+ archiveClassifier = "shaded"
33
}
0 commit comments