Dmytro Serdiuk
09/14/2023, 1:08 AMRonny Bräunlich
09/15/2023, 7:08 AMregistering
creates a new task. See:
https://docs.gradle.org/current/userguide/kotlin_dsl.html#using_the_container_api
You'll have to call the task yourself of attach it to some other task by using e.g. dependsOn
Dmytro Serdiuk
09/15/2023, 7:31 AM