jamesfredley opened a new issue, #14852:
URL: https://github.com/apache/grails-core/issues/14852
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
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]