mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-12 19:30:42 +01:00
Change shadowJar archive name
This commit is contained in:
parent
dcc079ed9c
commit
053ed8cd3b
@ -1,8 +1,10 @@
|
||||
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
|
||||
|
||||
plugins {
|
||||
application
|
||||
id("minestom.common-conventions")
|
||||
id("minestom.native-conventions")
|
||||
id("com.github.johnrengelman.shadow") version("7.1.1")
|
||||
id("com.github.johnrengelman.shadow") version ("7.1.1")
|
||||
}
|
||||
|
||||
application {
|
||||
@ -15,4 +17,8 @@ application {
|
||||
dependencies {
|
||||
implementation(rootProject)
|
||||
implementation(libs.jNoise)
|
||||
}
|
||||
|
||||
tasks.withType<ShadowJar> {
|
||||
archiveFileName.set("minestom-demo.jar")
|
||||
}
|
Loading…
Reference in New Issue
Block a user