Skip to content

Commit 231657d

Browse files
committed
build: change archive classifier to "shaded"
1 parent 3454b88 commit 231657d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ dependencies {
2626
compileOnly(group = "org.projectlombok", name = "lombok", version = "1.18.34")
2727

2828
annotationProcessor(group = "org.projectlombok", name = "lombok", version = "1.18.34")
29+
}
30+
31+
tasks.shadowJar {
32+
archiveClassifier = "shaded"
2933
}

0 commit comments

Comments
 (0)