Skip to content

Commit

Permalink
extend clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
awcz committed Apr 7, 2024
1 parent 032eda8 commit 2f4e092
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import korlibs.korge.gradle.korge
import korlibs.tasks

plugins {
alias(libs.plugins.korge)
Expand All @@ -10,4 +11,11 @@ korge {
title = name
targetJvm()
targetJs()
}

tasks {
getByName<Delete>("clean") {
delete.add("modules")
delete.add("deps")
}
}

0 comments on commit 2f4e092

Please sign in to comment.