Skip to content

Instantly share code, notes, and snippets.

View fhanik's full-sized avatar

Filip Hanik fhanik

  • Broadcom - Tanzu
  • Vancouver, WA, USA
  • 06:40 (UTC -07:00)
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()