Skip to content

Commit

Permalink
Fixes Groovy STC errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jun 15, 2024
1 parent 87b2d01 commit 28b49c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ class GrailsCli {
new RegexCompletor('!\\w+'), new EscapingFileNameCompletor())
)

completers.addAll((profile.getCompleters(projectContext) ?: []) as Collection)
completers.addAll((profile.getCompleters(projectContext) ?: []) as Collection<Completer>)
consoleReader.addCompleter(aggregateCompleter)
console
}
Expand Down

0 comments on commit 28b49c5

Please sign in to comment.