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 to Gradle 8 #165

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

Conversation

tomodachi94
Copy link

@tomodachi94 tomodachi94 commented Oct 31, 2024

Description

build.gradle used a deprecated classifier method, which was replaced by archiveClassifier.

Note: I chose to backport this to all branches, as this PR is a simple developer tooling upgrade.

@Mergifyio backport 1.x 1.2.x 1.3.x 1.5.x 1.6.x 1.7.x 2.0.x 3.x 3.0.x

Contributor Checklist

  • Commit messages follow the project guidelines.
  • N/A Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added; the added tests pass locally
  • N/A Any new/modified methods have been properly documented.
  • N/A Changes are backport compatible: they do NOT break ABI nor change library core behavior.
  • N/A Changes are API compatible.
  • Applicable backports have been included in the description.
    • ❗ I'm not very familiar with this project; apologies if I did this incorrectly.

Reviewer Checklist

  • The PR has a milestone assigned.
  • The title and description correctly express the PR's purpose.
  • Check contributor checklist is correct.

This is needed to upgrade to Gradle 8.

See https://discuss.gradle.org/t/publishing-jars-with-classifiers-after-v5-0/30144/3

Signed-off-by: Tomodachi94 <tomodachi94@protonmail.com>
To reproduce:
```
gradle wrapper --gradle-version 8.10.2
```

Signed-off-by: Tomodachi94 <tomodachi94@protonmail.com>
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.

1 participant