import meetings from clipboard and other fixes

This commit is contained in:
2021-04-07 19:55:11 +02:00
parent e3dc1a161b
commit 230949d778
5 changed files with 142 additions and 39 deletions
+3
View File
@@ -17,6 +17,9 @@ allprojects {
google()
jcenter()
}
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
}
}
task clean(type: Delete) {