Skip to content

Instantly share code, notes, and snippets.

View fhanik's full-sized avatar

Filip Hanik fhanik

  • Working at VMware Inc, Contributing to Apache Software Foundation
  • Vancouver, WA, USA
View GitHub Profile
@fhanik
fhanik / build.gradle
Last active August 29, 2015 14:08 — forked from stephanos/build.gradle
def jvmRunFlags = '''
-Xmx700m
- ...
'''.split().toList()
def jvmTestFlags = '''
-Dlocally=true
-ea
- ...
'''.split().toList()
@fhanik
fhanik / build.gradle
Last active August 29, 2015 14:08 — forked from stephanos/build.gradle
def jvmRunFlags = '''
-Xmx700m
- ...
'''.split().toList()
def jvmTestFlags = '''
-Dlocally=true
-ea
- ...
'''.split().toList()