Mobbeel / fataar-gradle-plugin

Gradle plugin to help embed dependencies in generated AAR artifact
https://plugins.gradle.org/plugin/com.mobbeel.plugin
Apache License 2.0
342 stars 44 forks source link

Could not set unknown property 'archiveName' for task #47

Open Onurcan-Keskin opened 1 year ago

Onurcan-Keskin commented 1 year ago

Versions

Gradle: 8.1.0 Gradle wrappers: 8.0 Fataar: 2.0.1

What are the steps to reproduce this issue?

  1. ./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?

KatharinaJenID commented 7 months ago

archiveName is deprecated, use archiveBaseName instead. See also: https://github.com/Mobbeel/fataar-gradle-plugin/issues/47

deepakrout commented 6 months ago

archiveName is deprecated, use archiveBaseName instead. See also: #47

I am running into this issue. Where should this change (archiveName to archiveBaseName) be done?

KatharinaJenID commented 6 months ago

Wherever you use it in your app/build.gradle Files