Commit a5b031a4 authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Revert "Removed DELEGATE_FIRST"

This reverts commit 3847be05.
parent 3847be05
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
def call(body) { def call(body) {
def config = [:] def config = [:]
// body.resolveStrategy = Closure.DELEGATE_FIRST body.resolveStrategy = Closure.DELEGATE_FIRST
body.delegate = config body.delegate = config
body() body()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment