fataar-gradle-plugin
fataar-gradle-plugin copied to clipboard
Could not set unknown property 'archiveName' for task
Versions
Gradle: 8.1.0 Gradle wrappers: 8.0 Fataar: 2.0.1
What are the steps to reproduce this issue?
- ./gradlew build
What happens?
A problem occurred configuring project ':project'.
> Could not set unknown property 'archiveName' for task ':project:createRsJarAarDebug' of type org.gradle.jvm.tasks.Jar.
What were you expecting to happen?
Synch project with gradle files
Any logs, error output, etc?
(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)
A problem occurred configuring project ':norsk-tipping-oddsen-android'.
> Could not set unknown property 'archiveName' for task ':project:createRsJarAarDebug' of type org.gradle.jvm.tasks.Jar.
Any other comments?
archiveName is deprecated, use archiveBaseName instead. See also: https://github.com/Mobbeel/fataar-gradle-plugin/issues/47
archiveName is deprecated, use archiveBaseName instead. See also: #47
I am running into this issue. Where should this change (archiveName to archiveBaseName) be done?
Wherever you use it in your app/build.gradle Files