Skip to content

Instantly share code, notes, and snippets.

@eerohele
Last active March 7, 2016 11:26
Show Gist options
  • Save eerohele/cd1d885cc8b61cf9e668 to your computer and use it in GitHub Desktop.
Save eerohele/cd1d885cc8b61cf9e668 to your computer and use it in GitHub Desktop.
Run Gradle root project from any subdirectory
// Save this as settings.gradle in the project root directory
startParameter.setBuildFile(new File(rootDir, 'build.gradle'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment