fix: forgot about this

This commit is contained in:
Lucaskyy 2022-06-16 12:00:06 +02:00
parent f6a8911906
commit 7102a25dc6
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89

View File

@ -28,5 +28,6 @@ tasks {
register<DefaultTask>("publish") {
group = "publish"
description = "Dummy task"
dependsOn(build)
}
}