Repository: aurora Updated Branches: refs/heads/master 8cf446592 -> 7408cb3ea
Add a note about updating the aurora-packagine repo when changing the gradle version. Reviewed at https://reviews.apache.org/r/39114/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/7408cb3e Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/7408cb3e Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/7408cb3e Branch: refs/heads/master Commit: 7408cb3ea5d5530d2db8088780217dd9a2ad7e72 Parents: 8cf4465 Author: Joshua Cohen <[email protected]> Authored: Wed Oct 7 21:10:14 2015 -0700 Committer: Joshua Cohen <[email protected]> Committed: Wed Oct 7 21:10:14 2015 -0700 ---------------------------------------------------------------------- buildSrc/gradle.properties | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/7408cb3e/buildSrc/gradle.properties ---------------------------------------------------------------------- diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index 9e3f26f..c7d3890 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -1 +1,3 @@ +# When upgrading gradle versions, be sure to update the relevant files in the aurora-packaging +# repo as well. See https://reviews.apache.org/r/39113/ for an example. GRADLE_VERSION = 2.7
