Skip to content

Upgrade to Gradle 7.3.2 #107

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

Merged
merged 1 commit into from
Dec 21, 2021
Merged

Conversation

berngp
Copy link
Contributor

@berngp berngp commented Dec 21, 2021

This commit upgrades the build to use Gradle 7.3.2, instead of the older Gradle 6.6.1.
As part if this upgrade we need to change the scope of some dependencies such that..

  • compile, is now api.
  • testCompile, is now testImplementation

Note that instead of using api you can use implementation.
More information available at Gradle Docs.

This commit upgrades the build to use Gradle 7.3.2, instead of the older Gradle 6.6.1.
As part if this upgrade we need to change the scope of some dependencies such that..

* `compile`, is now `api`.
* `testCompile`, is now `testImplementation`

Note that instead of using `api` you can use `implementation`.
More information available at [Gradle Docs].

[Gradle Docs]: https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_separatio://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_separation
Copy link
Member

@bbakerman bbakerman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this

@bbakerman bbakerman merged commit 7c16e61 into graphql-java:master Dec 21, 2021
@berngp berngp deleted the feature/gradle-7.3.2 branch December 21, 2021 09:13
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