Skip to content

Instantly share code, notes, and snippets.

@littleGnAl
Created July 10, 2019 11:06
Show Gist options
  • Save littleGnAl/a71be801383934dd4a9c57c461c9f4d0 to your computer and use it in GitHub Desktop.
Save littleGnAl/a71be801383934dd4a9c57c461c9f4d0 to your computer and use it in GitHub Desktop.
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment