From 76f94230358e77d9c6bfb22373b5f1692b88650a Mon Sep 17 00:00:00 2001 From: Jeanderson Candido Date: Mon, 18 Jun 2018 15:17:50 -0300 Subject: [PATCH] Ignoring build.properties file --- .gitignore | 1 + build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a7586ef..2409b42 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ local.properties .version +build.properties ####### General ####### trace diff --git a/build.gradle b/build.gradle index f1c0bf7..6beb9a1 100644 --- a/build.gradle +++ b/build.gradle @@ -302,7 +302,7 @@ task runTestJar(type: Jar) { task buildJars { group = "JPF Build" description = "Generates the core JPF jar files." - + dependsOn buildInfo dependsOn classloaderSpecificTestsJar, annotationsJar, -- 2.34.1