Update build file

This commit is contained in:
emmanue1 2019-04-13 11:13:01 +02:00
parent 5dfab570f9
commit 41a81ac016
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
apply plugin: 'java'
version = parent.version
version = '1.0.0'

View File

@ -24,6 +24,7 @@ allprojects {
tasks.withType(JavaCompile) {
sourceCompatibility = targetCompatibility = '1.8'
options.compilerArgs << '-Xlint:deprecation'
options.compilerArgs << '-Xlint:unchecked'
options.encoding = 'UTF-8'
}