Skip to content

Commit

Permalink
Add task script to legacy format (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekm authored Mar 22, 2024
1 parent 8a53a11 commit f07ff65
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class LegacyRenderer implements Renderer {
'name': task.name,
'cached': task.cached,
'process': task.processor.name,
'script': task.script,
'inputs': task.inputs.findResults { inParam, object ->
def inputMap = [
'name': inParam.getName(),
Expand Down

0 comments on commit f07ff65

Please sign in to comment.