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

Create Tests for views-markup feature

Open jamesfredley opened this issue 6 months ago • 1 comments

No tests currently exist for this feature.

With 7.0.0-M4 the following error occurs and was missed since test coverage does not exist

FAILURE: Build failed with an exception.

* Where:
Build file 'build.gradle' line: 25

* What went wrong:
A problem occurred evaluating root project 'demo'.
> Failed to apply plugin 'org.apache.grails.gradle.grails-markup'.
   > Could not create task ':compileGmlViews'.
      > Could not create task of type 'MarkupViewCompilerTask'.
         > Cannot invoke "org.gradle.api.provider.Property.convention(Object)" because "this.fileExtension" is null

jamesfredley avatar Jun 11 '25 15:06 jamesfredley

Related to: https://github.com/apache/grails-core/issues/14804

jamesfredley avatar Jun 12 '25 20:06 jamesfredley