eficode-academy / gradle-katas

Deliberate exercises for Gradle
MIT License
25 stars 15 forks source link

Deprecation warning: built-in-task-types kata #22

Open michaelin opened 4 years ago

michaelin commented 4 years ago

When running the custom-task-types exercise with --warning-mode all (gradle version 6.2):

The AbstractArchiveTask.archiveName property has been deprecated. This is scheduled to be removed in Gradle 7.0. Please use the archiveFileName property instead. See https://docs.gradle.org/6.2/dsl/org.gradle.api.tasks.bundling.AbstractArchiveTask.html#org.gradle.api.tasks.bundling.AbstractArchiveTask:archiveName for more details.

Use archiveBaseName = "buildscript" instead