Skip to content
Snippets Groups Projects
Commit f4565f73 authored by anttil's avatar anttil
Browse files

fix problems with gwt compile with java 7

SVN: 34879
parent 3c4f43c7
No related branches found
No related tags found
No related merge requests found
...@@ -131,6 +131,8 @@ task compileGwt (dependsOn: classes, type: JavaExec) { ...@@ -131,6 +131,8 @@ task compileGwt (dependsOn: classes, type: JavaExec) {
] ]
maxHeapSize = '1024m' maxHeapSize = '1024m'
systemProperty "javax.xml.parsers.SAXParserFactory", "org.apache.xerces.jaxp.SAXParserFactoryImpl"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment