mirror of
https://github.com/java-decompiler/jd-gui.git
synced 2024-11-26 22:10:22 +00:00
Update build file
This commit is contained in:
parent
5dfab570f9
commit
41a81ac016
@ -1,3 +1,3 @@
|
||||
apply plugin: 'java'
|
||||
|
||||
version = parent.version
|
||||
version = '1.0.0'
|
||||
|
@ -24,6 +24,7 @@ allprojects {
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
sourceCompatibility = targetCompatibility = '1.8'
|
||||
options.compilerArgs << '-Xlint:deprecation'
|
||||
options.compilerArgs << '-Xlint:unchecked'
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user