This message was deleted.
# community-support
s
This message was deleted.
๐Ÿงต 1
m
Try something like
Copy code
archiveExtension.set("sar")
? (see Gradle 7 doc: https://docs.gradle.org/7.2/dsl/org.gradle.jvm.tasks.Jar.html#org.gradle.jvm.tasks.Jar:extension)
j
Let me try
m
Also for next time: if you can put your question in a single message, it's easier to thread on the question
j
Sorry by mistake I hit enter but that did work. Thanks a lot
๐Ÿ‘ 1
Thanks for quick response
v
by mistake I hit enter
That's why you can edit messages and also post to the thread of the message. ๐Ÿ˜‰
For a safer upgrade experience, always udpate to the latest minor version, then fix all deprecation warnings, and only after that upgrade to the directly following major version and therein the latest minor version. Almost all (intentional) breaking changes are only done in major versions after there was a deprecation warning latest in the last minor version preceding it.
โž• 1
j
We moved from 7.6 to 8.1
m
@Jaya Neti that's the point. The symbol was deprecated in 7.6 already so you should have had a warning somewhere.
j
Yes we ignored then. I am new to this project so I am dealing with it now
v
Well, don't ignore them latest before you do the upgrade. ๐Ÿ˜‰
j
Learned the lesson
v
Ignoring warnings is seldomly a good idea ๐Ÿ˜„