JJAM2014

Results 3 issues of JJAM2014

### Expected Behavior The application is in grails 4 version and works on a docker with this docker file ``` FROM adoptopenjdk/openjdk12-openj9 RUN apt full-upgrade ENV JAVA_TOOL_OPTIONS -agentlib:jdwp=transport=dt_socket,address=*:8000,server=y,suspend=n COPY app.jar...

### Issue description Hi , I have migrated from grails version 4.0.3 to version 5.x but when it reaches the build step compileGroovy this error appears ``` > Task :compileGroovy...

info: workaround available

#10648 Task List create a database with name "unabaseTest" Steps to Reproduce execute ./gradlew build for testing application Expected Behaviour The call of integration test to executing checkFather method of...