Fix hangar publication

This commit is contained in:
Lukas Rieger (Blue) 2023-09-28 14:07:11 +02:00
parent 808885b66a
commit e087f17564
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 1 additions and 0 deletions

View File

@ -150,4 +150,5 @@ hangarPublish {
tasks.register("publish") {
dependsOn("modrinth")
dependsOn("publishPluginPublicationToHangar")
}