Skip to content

Commit

Permalink
Remove method that is now auto-generated by GDI.
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Nov 11, 2023
1 parent f039b0f commit be6fe71
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,6 @@ abstract class InstallerProfile implements ConfigurableDSLElement<InstallerProfi
@Optional
abstract ListProperty<String> getArguments();

void arguments(String... args) {
getArguments().addAll(args)
}

@Input
@DSLProperty
@Optional
Expand Down

0 comments on commit be6fe71

Please sign in to comment.