Skip to content

Commit

Permalink
make note about the TMP or TEMP environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 22, 2014
1 parent 90c5595 commit b30b26f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ configure(subprojects.findAll { !it.name.endsWith('-distribution') }) {
}

// QUESTION is this the right place to insert this task dependency in the lifecycle?
// IMPORTANT The TMP or TEMP environment variable must be set for the gem install command to work on Windows
processResources.dependsOn jrubyPrepareGems

apply from: rootProject.file('gradle/eclipse.gradle')
Expand Down

0 comments on commit b30b26f

Please sign in to comment.