mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-14 22:37:06 -04:00
accident
This commit is contained in:
parent
fc0c99b436
commit
c60b04caf6
@ -17,7 +17,6 @@
|
|||||||
*/
|
*/
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
apply plugin: 'findbugs'
|
|
||||||
|
|
||||||
//sourceCompatibility = '1.7'
|
//sourceCompatibility = '1.7'
|
||||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||||
@ -78,4 +77,4 @@ task makeExecutable(dependsOn: jar) << {
|
|||||||
fos.write(bytes, 0, read);
|
fos.write(bytes, 0, read);
|
||||||
is.close()
|
is.close()
|
||||||
fos.close()
|
fos.close()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user