Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Onurcan-Keskin opened this issue Oct 11, 2023 · 3 comments
Open

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

Onurcan-Keskin opened this issue Oct 11, 2023 · 3 comments

Comments

@Onurcan-Keskin
Copy link

Onurcan-Keskin commented Oct 11, 2023

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
Copy link

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

@deepakrout
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants