Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Gradle 5 #2004

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Upgrade to Gradle 5 #2004

wants to merge 4 commits into from

Conversation

Amelia-Lopez
Copy link
Contributor

I made updates to support Gradle 5.

The changes include:

  1. Removed Scoverage support since the plugin doesn't work with Gradle 5
  2. Added annotation processing dependency to get lombok working
  3. Replaced a method that was removed with an equivalent call: sourceSets.test.compileClasspath.add
  4. Updated the com.github.jengelman.gradle.plugins:shadow plugin from version 2 to version 4 which supports Gradle 5

@Amelia-Lopez Amelia-Lopez added the DO NOT MERGE For pull requests that should not be merged. label Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO NOT MERGE For pull requests that should not be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant