Skip to content

Commit

Permalink
fix: depend on assemble instead of build for buildAnPolish gradle task.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Feb 17, 2022
1 parent b13cc27 commit f1d55a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tasks {
group = "publishing"
description = "Builds and publishes the project"
dependsOn("clean")
dependsOn("build")
dependsOn("assemble")
dependsOn("publishToSonatype", "closeAndReleaseSonatypeStagingRepository")
}
}
Expand Down

0 comments on commit f1d55a9

Please sign in to comment.