Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gradle: replace deprecated classifier property
The `classifier` property of `Jar` has been deprecated few major versions back, and no longer supported in the newest Gradle 8.0. Replace `classifier` with `archiveClassifier` as suggested in docs: https://docs.gradle.org/7.6/dsl/org.gradle.api.tasks.bundling.Jar.html#org.gradle.api.tasks.bundling.Jar:classifier Fixes #6825. Signed-off-by: Ruoyu Zhong <[email protected]>
- Loading branch information