Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Clean up Gradle build scripts, move config to root project #287

Merged
merged 2 commits into from Nov 8, 2017
Merged

Clean up Gradle build scripts, move config to root project #287

merged 2 commits into from Nov 8, 2017

Commits on Nov 8, 2017

  1. Upgrade Gradle to 4.3

    The new version of gradle fixes some issues with the new `plugins`
    directive. In particular, it's now possible to use it to activate
    plugins in subprojects that have already been declared in the root
    project.
    Jacob Buys committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    fbd5e1a View commit details
    Browse the repository at this point in the history
  2. Clean up Gradle build scripts, move config to root project

    This moves as much of our repeated subproject configuration as makes
    sense to the root project, and versions more of the most common
    dependencies using the dependencyManagement section.
    
    This also consolidates all plugin versions in the root project using the
    plugins {} block, and only applies them in subprojects that need them.
    Jacob Buys committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    b43562d View commit details
    Browse the repository at this point in the history