From f4565f7329ae492b17755b12d24aafc88cc53eed Mon Sep 17 00:00:00 2001 From: anttil <anttil> Date: Tue, 20 Oct 2015 12:07:34 +0000 Subject: [PATCH] fix problems with gwt compile with java 7 SVN: 34879 --- openbis_standard_technologies/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbis_standard_technologies/build.gradle b/openbis_standard_technologies/build.gradle index fc8d7fd813b..9525bac6b3c 100644 --- a/openbis_standard_technologies/build.gradle +++ b/openbis_standard_technologies/build.gradle @@ -131,6 +131,8 @@ task compileGwt (dependsOn: classes, type: JavaExec) { ] maxHeapSize = '1024m' + + systemProperty "javax.xml.parsers.SAXParserFactory", "org.apache.xerces.jaxp.SAXParserFactoryImpl" } -- GitLab