Skip to content

Commit

Permalink
fix github release
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Mar 15, 2023
1 parent 859693e commit 4bea47c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import com.github.breadmoirai.githubreleaseplugin.GithubReleaseTask

plugins {
java

Expand Down Expand Up @@ -207,6 +209,10 @@ githubRelease {
releaseAssets(tasks["remapJar"].outputs.files)
}

tasks.getByName<GithubReleaseTask>("githubRelease") {
dependsOn("optimizeOutputsOfRemapJar")
}

publishing {
publications {
create<MavenPublication>("mod") {
Expand Down

0 comments on commit 4bea47c

Please sign in to comment.