Skip to content

Commit

Permalink
#73 Remove invalid argument in Java17
Browse files Browse the repository at this point in the history
Change-Id: I83d0e5029cae1ceb3eece8c0f5c170bfc2c4425b
Signed-off-by: Erwann Traisnel <erwann.traisnel@obeo.fr>
  • Loading branch information
etraisnel2 authored and pdulth committed May 9, 2023
1 parent f544954 commit 7fc360a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/tester.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private def getJunitCmdTemplate(String capellaProductPath, String applicationPar
return "sleep 10 && " +
"java " +
"${jacocoParameters}" +
"-Xms1024m -Xmx3500m -XX:+CMSClassUnloadingEnabled " +
"-Xms1024m -Xmx3500m" +
"-ea -da:org.eclipse.emf.common.util.URI " + // bug GMF 438712
"-Declipse.p2.data.area=@config.dir/../p2 " +
"-Dfile.encoding=Cp1252 " +
Expand Down

0 comments on commit 7fc360a

Please sign in to comment.