mirror of
https://github.com/lax1dude/eagler-binary-tools.git
synced 2024-11-21 00:46:04 -08:00
Improve build.gradle + recompile
This commit is contained in:
parent
d9fcea6190
commit
6697fb13ae
Binary file not shown.
|
@ -23,10 +23,12 @@ dependencies {
|
|||
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
|
||||
}
|
||||
|
||||
jar {
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
jar {
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
javadoc.options.encoding = 'UTF-8'
|
||||
javadoc.options.addStringOption('Xdoclint:none', '-quiet')
|
||||
|
|
Loading…
Reference in New Issue
Block a user