Skip to content

Commit

Permalink
Fix task reference
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Dec 22, 2023
1 parent 0950a11 commit 966ed26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ githubRelease {
}

afterEvaluate {
publishReleasePublicationToSonatypeRepository.dependsOn githubRelease
publishReleasePublicationToSonatypeRepository.dependsOn tasks.githubRelease
}

// In this section you declare where to find the dependencies of your project
Expand Down

0 comments on commit 966ed26

Please sign in to comment.