Skip to content

Upgrade to Gradle 7.3.2#107

Merged
bbakerman merged 1 commit into
graphql-java:masterfrom
berngp:feature/gradle-7.3.2
Dec 21, 2021
Merged

Upgrade to Gradle 7.3.2#107
bbakerman merged 1 commit into
graphql-java:masterfrom
berngp:feature/gradle-7.3.2

Conversation

@berngp
Copy link
Copy Markdown
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
Copy Markdown
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