Skip to content

Commit

Permalink
chore(build): make publish depend on clean
Browse files Browse the repository at this point in the history
this is necessary because of the elusive Jankson build error which clean fixes
  • Loading branch information
Jamalam360 committed Mar 17, 2024
1 parent 160dc60 commit 3d87351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ allprojects {
}

tasks.publish {
dependsOn("clean")
dependsOn(":githubRelease")
dependsOn("common:publishAllPublicationsToMavenRepository")
dependsOn("fabric:publishUnified")
Expand Down

0 comments on commit 3d87351

Please sign in to comment.