maxkomarychev / react-native-ultimate-config

Config that works
MIT License
260 stars 31 forks source link

fix: replace deprecated classifier property #136

Closed vagnerlandio closed 11 months ago

vagnerlandio commented 1 year ago

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

Fix: https://github.com/maxkomarychev/react-native-ultimate-config/issues/135

HenryLee2703 commented 12 months ago

Hi @maxkomarychev , can you merge this PR and release a new version of package, thanks

maxkomarychev commented 11 months ago

Version 6.0.1. has been published.