I would run the following:
./gradlew clean
./gradlew build -PskipTests --no-build-cache --rerun-tasks
After doing this, does it work in that branch? If so I can dig into this
problem.
On Tue, May 13, 2025 at 10:17 PM Walter Duque de Estrada
wrote:
> I definitely can run gradle verify for the
I definitely can run gradle verify for the project, but when I run any of the
TCK tests with IntelliJ
I get the following:
java.util.NoSuchElementException: No value present
at java.base/java.util.Optional.get(Optional.java:143)
at
org.apache.grails.data.testing.tck.base.Grails
Agreed on working from this branch.
Thanks for all the work
Walter
> On May 11, 2025, at 4:36 PM, James Daugherty
> wrote:
>
> Hi Everyone,
>
> As discussed, I looked at merging the hibernate 6 repository into
> grails-core. The merged branch is located here:
> https://github.com/apache/grai