James Fredley
James Fredley
I don't think the Forge cli will handle the pieces missing from Grails Shell cli. With the Forge (Picocli/Rocker template) path Forge handles application generation with a set of [commands...
The migration to Forge (Picocli/Rocker template) also explains why the generated application.yml is so much simpler than it was historically. [PR to put environments back into the default.](https://github.com/grails/grails-forge/pull/293/files) ``` info:...
@rainboyan The easiest ways to experience the issue with the IntelliJ Grails Plugin in the Run Configuration widget which will have an X on it for Grails run configuration. It...
@codeconsole the following will exclude it from the jar. Depending upon which generated lib or distribution you use you might need to also do this for one or more of...
@rainboyan I couldn't locate the IntelliJ Grails plugin code, but it I'd guess it might look for Grails Wrapper additionally in Grails 4 and earlier projects. A good portion of...
@codeconsole It was these changes which you restored to `gradle/assemble.gradle` https://github.com/grails/grails-core/commit/624c421ae055a820e2f80459b273a35560463454#diff-17de776cf455cc117e083046d7ff463380a53ea6c58d8bf241388ce504b6032e I just tested it against your website project using Grails 6.2.1-SNAPSHOT and grails shell 6.1.2 is available for IntelliJ,...
@codeconsole I was getting grails-shell:6.1.2 because of `org.grails:grails-gradle-plugin:6.1.2` in `buildSrc`, which I didn't check. For my projects I stopped using `buildSrc `and went back to `buildscript{}` in the main `build.gradle`...
@codeconsole `gradle/assemble.gradle` in https://github.com/grails/grails-core/commit/624c421ae055a820e2f80459b273a35560463454#diff-17de776cf455cc117e083046d7ff463380a53ea6c58d8bf241388ce504b6032e was "why it has to be added [in 6.2] and in a 5.x project it does not". It works on 6.2.1-SNAPSHOT just like on 5.3.2. No...
No, this is the complete list of commands for Forge. Quote from https://medium.com/@puneetbehl/a-comprehensive-guide-to-custom-application-command-in-grails-framework-f7496406ac50: "it operates entirely offline, lacking awareness of the Grails application or its plugins. This change disrupts the...
This effort is to provide time and a bridge until a higher percentage can be converted from the old Grails Shell CLI way to the new ways: - old custom...