fix: Build missing actual code

This commit is contained in:
2023-01-10 15:21:25 +01:00
parent 8756d17aa6
commit fe35f73887
4 changed files with 4 additions and 3 deletions

View File

@ -21,3 +21,4 @@ task("clean") {
delete(rootProject.buildDir)
delete(project.buildDir)
}