From 040d6610ddce855add88a9f1c6f72c8c624988c6 Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Wed, 28 Aug 2013 10:46:42 +0000 Subject: [PATCH] Try fixing the failing rm build on the server git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@54553 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- rm-server/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/rm-server/build.gradle b/rm-server/build.gradle index a0aecb6d8a..82527d07cb 100644 --- a/rm-server/build.gradle +++ b/rm-server/build.gradle @@ -51,6 +51,7 @@ task resetDatabase << { ant.property(name: "db.master.url", value: "jdbc:postgresql:template1") ant.property(name: "db.username", value: "alfresco") ant.property(name: "db.password", value: "alfresco") + ant.property(name: "db.driver", value: "org.postgresql.Driver") // Loading the properties in all possible locations ant.property(file: System.properties.getProperty('DB_PROPERTIES') )