Skip to content

Commit

Permalink
Add targets to publishWindows
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Sep 1, 2021
1 parent 2d6fcaf commit 39e2b5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/gradle-mvn-mpp-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ publishing {
}

tasks.register('publishWindows') {
dependsOn 'publishMingwPublicationToMavenRepository'
dependsOn 'publishMingwX86PublicationToMavenRepository'
dependsOn 'publishMingwX64PublicationToMavenRepository'
}

tasks.register('publishLinux') {
Expand Down

0 comments on commit 39e2b5b

Please sign in to comment.