Skip to content

Commit 2fc5db3

Browse files
committed
feat: add depend task to build
1 parent fdb9630 commit 2fc5db3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ tasks.processResources {
6363
}
6464
}
6565

66+
tasks.build {
67+
dependsOn(tasks.shadowJar)
68+
}
69+
6670
tasks.shadowJar {
6771
isEnableRelocation = true
6872
relocationPrefix = "net.azisaba.ryuzupluginchat.dependency"

0 commit comments

Comments
 (0)