Skip to content

Instantly share code, notes, and snippets.

View airborn's full-sized avatar

Jacek Jackowiak airborn

View GitHub Profile
@sourcerebels
sourcerebels / build.gradle
Created December 10, 2011 14:39
Gradle application plugin: Bypassing system properties when running an application
apply plugin: 'application'
mainClassName = 'com.sourcerebels.Launcher'
run.systemProperties = System.properties