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

Update gradle build script #803

Merged
merged 3 commits into from
Jan 10, 2018

Conversation

valfirst
Copy link
Collaborator

Change list

  • Upgrade to Gradle 4.4.1

  • Upgrade to Shadow plugin 2.0.2 to avoid using deprecated API
    Build with Gradle 4.4.1 produces warning A constructor for `org.gradle.api.internal.java.JavaLibrary` is used by Shadow plugin v1.2.x, and has been preserved for compatibility. This has been deprecated and is scheduled to be removed in Gradle 5.0. If you're using the Shadow plugin, try upgrading to v2.x. at build_dl88ph5x3js4p0j7p18rbzvjq.run(/.../java-client/build.gradle:34)

  • Use pre-configured mavenCentral() repository
    https://docs.gradle.org/4.4.1/release-notes.html#use-of-canonical-url-for-mavencentral()-repository-url

Types of changes

What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Build with Gradle 4.4.1 produces warning "A constructor for `org.gradle.api.internal.java.JavaLibrary` is used by Shadow plugin v1.2.x, and has been preserved for compatibility. This has been deprecated and is scheduled to be removed in Gradle 5.0. If you're using the Shadow plugin, try upgrading to v2.x.
        at build_dl88ph5x3js4p0j7p18rbzvjq.run(/.../java-client/build.gradle:34)".
@valfirst valfirst changed the title Upgrade gradle build script Update gradle build script Jan 10, 2018
@SrinivasanTarget SrinivasanTarget merged commit 9545eaf into appium:master Jan 10, 2018
@valfirst valfirst deleted the upgrade-gradle-4-4-1 branch February 15, 2018 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants