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