Hello guys. The problem: After each gradle sync in project, Android Studio edits the gradle/wrapper/gradle-wrapper.properties
Of course, for CI and development purposes gradle wrapper included into the repository (git), so it's really annoying that this file edited by AS. Sometimes I forget about it and git commits it, sometimes I manually checkout file to previous version. The diff: *git diff gradle/wrapper/gradle-wrapper.properties* *diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties* *index dffd14f..f3cbedd 100644* *--- a/gradle/wrapper/gradle-wrapper.properties* *+++ b/gradle/wrapper/gradle-wrapper.properties* *@@ -1,4 +1,4 @@* *-#Fri Sep 19 18:21:48 MSK 2014* *+#Fri Oct 03 11:59:33 MSK 2014* So, AS edits only dateTime in gradle-wrapper.properties Setup: - Android Studio v0.8.11 - Mac OS 10.9.5 - Gradle wrapper v2.1 *P.S. it happens only one of my installations of AS*, on laptop same AS on same project does not change gradle-wrapper.properties, but I want to send this report to you, may be it's a bug, may be it's not, anyway I want you to know about this ------------- Sent from my bed. Artem Zinnatullin, @artem_zin <https://twitter.com/artem_zin> -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
