Skip to content

Commit ec8e0af

Browse files
authored
Merge pull request #34 from touchlab/kpg/fix_windows_publish
Fixing windows publishing
2 parents f8cb24c + ae5b922 commit ec8e0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/gradle-mvn-mpp-push.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ tasks.register('publishMac') {
117117
}
118118

119119
tasks.register('publishWindows') {
120-
dependsOn 'publishMingwX64PublicationToMavenRepository'
120+
dependsOn 'publishMingwPublicationToMavenRepository'
121121
}

0 commit comments

Comments
 (0)