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

Grails 6.2.0 out-of-the-box build failed

Open johan313 opened this issue 8 months ago • 3 comments

Expected Behavior

Build succeeds

Actual Behaviour

Build fails:

C:\repository\demo-6.2.0>gradlew build

FAILURE: Build failed with an exception.

  • Where: Build file 'C:\repository\demo-6.2.0\build.gradle' line: 88

  • What went wrong: A problem occurred evaluating root project 'demo'.

Could not find method iedriverserver() for arguments [3.141.59] on extension 'webdriverBinaries' of type com.github.erdi.gradle.webdriver.WebDriverBinariesPluginExtension.

Steps To Reproduce

  1. Create a new Grails app using 6.2.0 CLI
  2. Run gradlew build (without any changes to the created app)

Environment Information

Windows (latest) Java 17 (azul-17.0.11)

Example Application

demo-6.2.0.zip

Version

6.2.0

johan313 avatar Jun 16 '24 09:06 johan313