Skip to content

Migrate gradle tasks configurations #269

Open
@serpro69

Description

@serpro69

E.g.

val sourcesJar by p.tasks.creating(Jar::class) {
will result in a warning from gradle:

w: file:///home/sergio/Projects/personal/kotlin-faker/buildSrc/src/main/kotlin/Publishing.kt:25:31 'creating(KClass<U>, U.() -> Unit): PolymorphicDomainObjectContainerCreatingDelegateProvider<Task!, U>' is deprecated. Use registering instead. See https://docs.gradle.org/current/userguide/task_configuration_avoidance.html for more information.

https://docs.gradle.org/current/userguide/task_configuration_avoidance.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    chore 🧹Updating dependencies, cleanups, etc

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions