Created
December 10, 2011 14:39
-
-
Save sourcerebels/1455316 to your computer and use it in GitHub Desktop.
Gradle application plugin: Bypassing system properties when running an application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply plugin: 'application' | |
mainClassName = 'com.sourcerebels.Launcher' | |
run.systemProperties = System.properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for sharing this, it helped me on my example project. ;-)