mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-27 06:10:28 +01:00
Commit missing change from "Remove unneeded code from buildSrc".
This commit is contained in:
parent
de36444c9f
commit
7568fad3c3
|
@ -61,9 +61,9 @@ dependencies {
|
||||||
|
|
||||||
// Build the ECO database
|
// Build the ECO database
|
||||||
task buildEco {
|
task buildEco {
|
||||||
def a = "buildSrc/src/main/java/org/petero/droidfish/buildtools/eco.pgn"
|
def a = "buildSrc/src/main/java/chess/eco.pgn"
|
||||||
def b = "DroidFishApp/src/main/assets/eco.dat"
|
def b = "DroidFishApp/src/main/assets/eco.dat"
|
||||||
org.petero.droidfish.buildtools.EcoBuilder.main2(a, b)
|
chess.EcoBuilder.main2(a, b)
|
||||||
}
|
}
|
||||||
preBuild.dependsOn buildEco
|
preBuild.dependsOn buildEco
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user