grails-core icon indicating copy to clipboard operation
grails-core copied to clipboard

What is the replacement of "Custom Scripts" in Grails >= 6.1.0 ?

Open m4rc77 opened this issue 1 year ago • 1 comments

Expected Behavior

There should be a replacement for "Custom Scripts" in Grails 6.1.0 or newer and the Migration Guilde (e.g. https://docs.grails.org/6.1.0/guide/upgrading.html) should explain how to migrate existing "Custom Scripts".

Actual Behaviour

With Grails < 6.1.0 it was possible to create "Custom Scripts" under src/main/scripts/ according to https://docs.grails.org/6.0.0/guide/commandLine.html#creatingCustomScripts. With Grails 6.1.0 this option disappeared (see https://docs.grails.org/6.1.0/guide/commandLine.html) and existing scripts do no longer work.

Steps To Reproduce

No response

Environment Information

  • Linux
  • JDK 11
  • Grails 6.1.2

Example Application

No response

Version

6.1.2

m4rc77 avatar Apr 30 '24 08:04 m4rc77