Skip to content

Commit 9e47abd

Browse files
committed
Update build.gradle to publish shadowJar as artifact for Minestom Loader
1 parent 5509e42 commit 9e47abd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

minestom/loader/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ publishing {
9090
mavenJava(MavenPublication) {
9191
artifactId = 'minestom-loader'
9292

93-
from components.java
93+
artifact(tasks.shadowJar) {
94+
classifier = null
95+
builtBy(tasks.shadowJar)
96+
}
9497

9598
pom {
9699
name = 'LuckPerms Minestom Loader'

0 commit comments

Comments
 (0)