add compass

This commit is contained in:
woheller69 2023-05-03 11:33:28 +02:00
parent 07fb5f0b9e
commit 84752cee9c
4 changed files with 35 additions and 3 deletions

View file

@ -23,6 +23,7 @@ allprojects {
url 'https://maven.google.com/'
name 'Google'
}
maven { url 'https://jitpack.io' }
}
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"