fix: Warnings

This commit is contained in:
J-Jamet
2025-06-05 19:47:35 +02:00
parent e77c7b84a3
commit 501c647236
2 changed files with 1 additions and 2 deletions

View File

@@ -23,6 +23,6 @@ allprojects {
}
}
tasks.registe('clean', Delete) {
tasks.register('clean', Delete) {
delete rootProject.layout.buildDirectory
}