Skip to content
  • Georg Koppen's avatar
    Bug 40140: Create own Gradle project · fd0d37dc
    Georg Koppen authored and Matthew Finkel's avatar Matthew Finkel committed
    Gradle versions change more frequently compared to other toolchain
    parts. We don't want to rebuild the whole toolchain and subsequently all
    projects just because the Gradle version for one project has changed.
    We therefore start with creating an own, separate Gradle project where
    all the respective Gradle versions needed by different projects are
    fetched and prepared.
    
    Gradle versions still present in `android-toolchain` will move over to
    this new project in later commits.
    
    We start with Gradle 6.5 as that is used for `application-services` now.
    fd0d37dc