We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6d43d commit c87f505Copy full SHA for c87f505
1 file changed
components/serverwrapper/build.gradle.kts
@@ -11,6 +11,8 @@ java {
11
}
12
13
val fatJar by tasks.registering(ShadowJar::class) {
14
+ from(sourceSets.main.get().output)
15
+ configurations = listOf(project.configurations["runtimeClasspath"])
16
archiveClassifier.set("all")
17
exclude("module-info.class")
18
manifest {
0 commit comments