decode utf8

This commit is contained in:
2024-06-23 15:11:35 +02:00
parent dac570fffc
commit 943895accb
2 changed files with 5 additions and 5 deletions

View File

@@ -26,6 +26,6 @@ subprojects {
project.evaluationDependsOn(':app')
}
task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}