gradle-info-plugin icon indicating copy to clipboard operation
gradle-info-plugin copied to clipboard

Use baseName instead of archivesBaseName

Open anshbansal opened this issue 10 years ago • 1 comments

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.

anshbansal avatar Jul 18 '15 06:07 anshbansal

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.

semistone avatar Jan 15 '20 07:01 semistone