Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
Issue #11: Storing App Engine SDKs in Gradle home directory so they c…
Browse files Browse the repository at this point in the history
…an be shared among projects.
  • Loading branch information
bmuschko committed Jun 3, 2012
1 parent bde89a3 commit e72db0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class GaePlugin implements Plugin<Project> {
}

private File getExplodedSdkDirectory(Project project) {
getBuildSubDirectory(project, 'exploded-gae-sdk')
new File(project.gradle.gradleUserHomeDir, 'gae-sdk')
}

private File getExplodedWarDirectory(Project project) {
Expand Down

0 comments on commit e72db0d

Please sign in to comment.