Merge pull request #2 from ligi/depend_on_antlr4
Make preBuild depend on antlr4
This commit is contained in:
commit
8d9f8cf3d0
|
@ -75,8 +75,8 @@ antlr4 {
|
|||
output = file("${generatedSrcDir}/org/ethereum/serpent")
|
||||
}
|
||||
|
||||
preBuild.dependsOn antlr4
|
||||
|
||||
//compileJava.dependsOn antlr4
|
||||
configurations {
|
||||
compile.extendsFrom antlr4
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue