From 7ecc64aca33817b7b48280715e8a6777d5e301cb Mon Sep 17 00:00:00 2001 From: luccioman Date: Tue, 5 Jul 2016 23:47:06 +0200 Subject: [PATCH] Added a system config file for heroku. Explicitely set maven version to the same version of Debian Jessie, as build on herolu dashboard with maven 3.3.9 fails. --- system.properties | 1 + 1 file changed, 1 insertion(+) create mode 100755 system.properties diff --git a/system.properties b/system.properties new file mode 100755 index 000000000..d9b2777c1 --- /dev/null +++ b/system.properties @@ -0,0 +1 @@ +maven.version=3.0.5 \ No newline at end of file