Merge pull request #2 from ligi/depend_on_antlr4

Make preBuild depend on antlr4
This commit is contained in:
Jarrad 2015-05-30 20:26:45 +02:00
commit 8d9f8cf3d0
1 changed files with 1 additions and 1 deletions

View File

@ -75,8 +75,8 @@ antlr4 {
output = file("${generatedSrcDir}/org/ethereum/serpent")
}
preBuild.dependsOn antlr4
//compileJava.dependsOn antlr4
configurations {
compile.extendsFrom antlr4
}