Make preBuild depend on antlr4
This commit is contained in:
parent
c123b52182
commit
69aadc8f5b
|
@ -75,8 +75,8 @@ antlr4 {
|
||||||
output = file("${generatedSrcDir}/org/ethereum/serpent")
|
output = file("${generatedSrcDir}/org/ethereum/serpent")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
preBuild.dependsOn antlr4
|
||||||
|
|
||||||
//compileJava.dependsOn antlr4
|
|
||||||
configurations {
|
configurations {
|
||||||
compile.extendsFrom antlr4
|
compile.extendsFrom antlr4
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue