X-Git-Url: http://plrg.eecs.uci.edu/git/?p=jpf-core.git;a=blobdiff_plain;f=build.gradle;h=f1c0bf7f737a5491c346a6b69e221d003cd3b6a3;hp=af5289439b92a4971d1d315c20d9021cbcbb8163;hb=36a0d6af50744d4a1e3d0528d49da172592fe389;hpb=58e7b33a568a28d617578c1887023ec28a10c64f;ds=inline diff --git a/build.gradle b/build.gradle index af52894..f1c0bf7 100644 --- a/build.gradle +++ b/build.gradle @@ -302,6 +302,8 @@ task runTestJar(type: Jar) { task buildJars { group = "JPF Build" description = "Generates the core JPF jar files." + + dependsOn buildInfo dependsOn classloaderSpecificTestsJar, annotationsJar, jpfClassesJar, jpfJar, runJpfJar,