Open michaelin opened 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
archiveBaseName = "buildscript"
When running the custom-task-types exercise with --warning-mode all (gradle version 6.2):
Use
archiveBaseName = "buildscript"
instead