Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Nick Alexander af26e68984 Bug 1366644 - Part 3a: Update Android build-tools (25.0.3), Gradle (3.4.1), Android-Gradle (2.3.3). r=maliu
The goal is to use a newer Android-Gradle build plugin version (2.3.3
is latest stable).  That requires a modern Gradle (anything 3.3+, but
3.4.1 is the default from my Android Studio), and also a newer
build-tools (25.0.3 is latest stable).

The locations of lint output changed, and we want to use the standard
output location because it's difficult to accommodate variant details
in custom names.  We change the location of findbugs output to follow
suit.

This requires either:

- fixing lint errors
- adding to the lint whitelist
- using the new lint baseline

It's best to use the new lint baseline, which will happen in the next commit.

MozReview-Commit-ID: D19FzIDCJrE

--HG--
extra : rebase_source : 12d132c0c3e0dbe2b8873b31360ea96d612de44c
2017-10-16 15:09:15 -07:00
Grigory Kruglov 1e4e8c6e6e Bug 1300094 - Update Gradle to 2.14.1 and Gradle Plugin to 2.1.3 r=sebastian
MozReview-Commit-ID: KDimL7VeEA2

--HG--
extra : rebase_source : 713c680827562400d814ad32233b96d1a47a101a
2016-09-22 14:31:01 -07:00
Sebastian Kaspari 6c23264bea Bug 1263390 - Use Gradle 2.10 and Android Gradle plugin 2.0. r=mcomella
MozReview-Commit-ID: SR6rhVroKv

--HG--
extra : rebase_source : 8996393e452b089a029d5879ce902a69f75bc64e
2016-04-19 20:01:38 +02:00
Nick Alexander ecc8db6350 No bug - Include distributionSha256Sum in Gradle wrapper. r=me
MozReview-Commit-ID: 4YdR1qwByiz

--HG--
extra : rebase_source : 7472d3c2349c1fbb8847f3cd94afaf5979f70b87
2016-02-10 21:06:38 -08:00
Margaret Leibovic 144f258384 Backed out changeset d7587396a9ad for busted gradle wrapper
--HG--
extra : commitid : Fjk1eZ0Ziqd
extra : amend_source : 59455814971b02f0681395033f1fd8260e50aaee
2016-01-25 09:13:07 -05:00
Margaret Leibovic a3901148db Bug 1231792 - Add Bookmarks and History 3-dot menu items. r=liuche
This change also depends on changes to the switchboard server config.

--HG--
extra : commitid : AyJipuXpbcS
extra : rebase_source : 89540f342d777cefaab454d1141ce48837b61839
2015-12-10 15:23:12 -05:00
Sebastian Kaspari 43f1af6c96 Bug 1220633 - Gradle wrapper: Use distribution with sources. r=trivial
This will enable Gradle API/DSL documentation in IntelliJ.

--HG--
extra : commitid : ajftBsY437
2015-11-06 17:13:31 +01:00
Nick Alexander c1750592a8 Bug 1123416 - Part 1: Make topsrcdir a valid Gradle project root. r=sebastian
The sub-project definitions are still in the object directory (and
still installed by |mach gradle-install); over time, we'll migrate
them out.

The Gradle wrapper and {settings,build}.gradle in topsrcdir are
identical to those in mobile/android/gradle.  I don't like the
duplication, but I also don't want the burden of keeping the two
configurations identical.  We'll move away from the configuration
using mobile/android/gradle as quickly as we can.

--HG--
rename : mobile/android/gradle/build.gradle => build.gradle
rename : mobile/android/gradle/gradle/wrapper/gradle-wrapper.jar => gradle/wrapper/gradle-wrapper.jar
rename : mobile/android/gradle/gradle/wrapper/gradle-wrapper.properties => gradle/wrapper/gradle-wrapper.properties
rename : mobile/android/gradle/gradlew => gradlew
rename : mobile/android/gradle/settings.gradle => settings.gradle
extra : commitid : IkXCiKfkha1
extra : rebase_source : 4142fe37cd7e036d41fb122fe31cd232fcfdfc80
2015-10-21 15:07:55 -07:00