Skip to content

Instantly share code, notes, and snippets.

@stepango
Last active June 23, 2018 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stepango/e29fe779844dbf6ebd0f5f0f42511641 to your computer and use it in GitHub Desktop.
Save stepango/e29fe779844dbf6ebd0f5f0f42511641 to your computer and use it in GitHub Desktop.
Alternative build dir
// your_project_folder/build.gradle
allprojects {
if (new File("your_ram_disk_path").exists())
buildDir = "your_ram_disk_path/build/${rootProject.name}/${project.name}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment