on the latest version it’s possible to access task...
# gradle
b
on the latest version it’s possible to access tasks via delegated properties:
Copy code
val shadowJar: Jar by tasks
shadowJar.apply {
   …
}