grails / grails-forge

This is Grails project creator. Grails projects may be created using the browser interface, Command Line, or via CURL.
Apache License 2.0
3 stars 8 forks source link

Update webdriver-binaries-gradle-plugin to version 3.2 #236

Closed fernando88to closed 8 months ago

fernando88to commented 9 months ago

When running the automated tests with version 3.0 of the com.github.erdi.webdriver-binaries plugin and jdk 17 the following exception is thrown

> Task :configureChromeDriverBinary FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':configureChromeDriverBinary'.
> java.lang.reflect.InvocationTargetException

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

With the update to version 3.2 the tests work with jdk 17