fix: forgot about this

This commit is contained in:
Lucaskyy
2022-06-16 12:00:06 +02:00
parent 06ea9cb23f
commit 354a1c81ab

View File

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