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

Use baseName instead of archivesBaseName #20

Open
anshbansal opened this issue Jul 18, 2015 · 1 comment
Open

Use baseName instead of archivesBaseName #20

anshbansal opened this issue Jul 18, 2015 · 1 comment

Comments

@anshbansal
Copy link

For info-props Plugin use baseName instead of archivesBaseName. baseName is specific to war task. It defaults to archivesBaseName so there should not compatibility problems.

@semistone
Copy link

When I run Gradle6 build, it shows

The baseName property has been deprecated. This is scheduled to be removed in Gradle 7.0. Please use the archiveBaseName property instead.
The runtimeClasspath configuration has been deprecated for dependency declaration. This will fail with an error in Gradle 7.0. Please use the implementation or compileOnly or runtimeOnly configuration instead.

it might crash with future versions.

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

No branches or pull requests

3 participants