Skip to content

Commit 250b280

Browse files
committed
minor update to Gradle build config
Signed-off-by: Konstantin Läufer <[email protected]>
1 parent 215952a commit 250b280

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

build.gradle.kts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,3 @@ spotless {
136136
endWithNewline()
137137
}
138138
}
139-
140-
// Uncomment when Shadow plugin is enabled
141-
/*
142-
// Shadow plugin configuration for fat JAR (equivalent to maven-assembly-plugin)
143-
tasks.shadowJar {
144-
archiveClassifier = "all"
145-
mergeServiceFiles()
146-
}
147-
148-
// Make build create the fat JAR
149-
tasks.build {
150-
dependsOn(tasks.shadowJar)
151-
}
152-
*/

0 commit comments

Comments
 (0)