mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-04-02 18:30:44 +02:00
Fix incorrect indentation.
This commit is contained in:
parent
f8163545eb
commit
e42ee6607e
@ -1,12 +1,12 @@
|
|||||||
apply plugin: 'java-library'
|
apply plugin: 'java-library'
|
||||||
|
|
||||||
if (project.file('../CuckooChessEngine/build/libs/CuckooChessEngine.jar').exists()) {
|
if (project.file('../CuckooChessEngine/build/libs/CuckooChessEngine.jar').exists()) {
|
||||||
jar {
|
jar {
|
||||||
manifest {
|
manifest {
|
||||||
attributes "Main-Class": "tui.Main"
|
attributes "Main-Class": "tui.Main"
|
||||||
}
|
}
|
||||||
from zipTree('../CuckooChessEngine/build/libs/CuckooChessEngine.jar')
|
from zipTree('../CuckooChessEngine/build/libs/CuckooChessEngine.jar')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user