Skip to content

Instantly share code, notes, and snippets.

@sourcerebels
Created December 10, 2011 14:39
Show Gist options
  • Save sourcerebels/1455316 to your computer and use it in GitHub Desktop.
Save sourcerebels/1455316 to your computer and use it in GitHub Desktop.
Gradle application plugin: Bypassing system properties when running an application
apply plugin: 'application'
mainClassName = 'com.sourcerebels.Launcher'
run.systemProperties = System.properties
@lipusz
Copy link

lipusz commented Oct 12, 2020

run.systemProperties = System.properties

Thanks for sharing this, it helped me on my example project. ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment