grails / grails-core

The Grails Web Application Framework

Home Page:http://grails.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

m4rc77 opened this issue · 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