codeconsole opened a new issue, #15117:
URL: https://github.com/apache/grails-core/issues/15117
### Expected Behavior
Adding:
```gradle
grails {
importJavaTime = true
}
```
Should result in default
```groovy
import java.time.*
```
but results in
```
unable to resolve class LocalDateTime
```
### Actual Behaviour
_No response_
### Steps To Reproduce
_No response_
### Environment Information
_No response_
### Example Application
_No response_
### Version
7.0.0-RC2
--
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]