Skip to content

Commit 39e2b5b

Browse files
committed
Add targets to publishWindows
1 parent 2d6fcaf commit 39e2b5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle/gradle-mvn-mpp-push.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ publishing {
9797
}
9898

9999
tasks.register('publishWindows') {
100-
dependsOn 'publishMingwPublicationToMavenRepository'
100+
dependsOn 'publishMingwX86PublicationToMavenRepository'
101+
dependsOn 'publishMingwX64PublicationToMavenRepository'
101102
}
102103

103104
tasks.register('publishLinux') {

0 commit comments

Comments
 (0)