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

Upgrate gradle version to 7.6 #39

Merged
merged 3 commits into from
Jun 15, 2023
Merged

Conversation

HomeOfTheWizard
Copy link

Update gradle version from 5.4.0 to 7.6.1 🚀
Remove deprecated APIs and replace them (see doc for details):

  • change testCompile to testImplementation
  • apply syntax for plugins
  • replace task classifier with archiveClassifier (see here)
  • test tasks and configuration (see here)
  • replace maven plugin with maven-publish plugin (see here)

I've reverted the `version` release because this property reflects the version of the project. Use it to force the Gradle's version is not the correct way to do it (it is necessary to change version in `gradle-wrapper.properties` placed in  `gradle` folder)
@henryx
Copy link
Collaborator

henryx commented Jun 15, 2023

Thank you so much of the PR, I'll merge it ASAP

@henryx henryx merged commit 0bde68c into jopenlibs:master Jun 15, 2023
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