Implementata barra di ricerca nel dialog di selezione articoli da prelevare

This commit is contained in:
2021-05-20 15:09:51 +02:00
parent f970eb6cac
commit 4c9a1bbaa9
10 changed files with 287 additions and 203 deletions

View File

@@ -31,11 +31,11 @@ allprojects {
}
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
}
}
// gradle.projectsEvaluated {
// tasks.withType(JavaCompile) {
// options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
// }
// }
}
task clean(type: Delete) {