Removed build.properties and updated build.gradle
[jpf-core.git] / build.gradle
index af5289439b92a4971d1d315c20d9021cbcbb8163..f1c0bf7f737a5491c346a6b69e221d003cd3b6a3 100644 (file)
@@ -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,