diff options
Diffstat (limited to 'org.eclipse.jgit.pgm.test/BUCK')
-rw-r--r-- | org.eclipse.jgit.pgm.test/BUCK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm.test/BUCK b/org.eclipse.jgit.pgm.test/BUCK index dae9cd9245..a3859c9b49 100644 --- a/org.eclipse.jgit.pgm.test/BUCK +++ b/org.eclipse.jgit.pgm.test/BUCK @@ -22,6 +22,7 @@ for t in TESTS: '//lib:tukaani-xz', ], source_under_test = ['//org.eclipse.jgit.pgm:pgm'], + vm_args = ['-Xmx256m', '-Dfile.encoding=UTF-8'], ) java_library( |