James Fredley
James Fredley
will resolve: - https://github.com/erdi/webdriver-binaries-gradle-plugin/issues/43 - https://github.com/grails/grails-testing-support/issues/443 replaces: - https://github.com/jamesfredley/webdriver-binaries-gradle-plugin/pull/1 Changes were made to enable tests to run on Windows 11. Fully tested against: - https://github.com/grails/grails-functional-tests - https://github.com/grails/grails-testing-support - also requires...
Update references to Grails Foundation. Historical blogs posts should not be changed unless they reference the Grails Foundation providing support or services. List (most are blog posts): https://github.com/search?q=repo%3Agrails%2Fgrails-static-website+foundation&type=code
https://github.com/codeconsole/grails-plugin-sitemesh3/issues/1
https://github.com/codeconsole/grails-plugin-sitemesh3/issues/3
The Grails Fields Plugin will only load the association widget (`views/fields/oneToMany/_widget.gsp` and `views/fields/manyToOne/_widget.gsp`) if it exists in the views directory, regardless of how you attempt to set the widget to...
Attempts to address: Connect to repository.apache.org:443 [repository.apache.org/65.109.119.155] failed: Connect timed out ``` max_attempts: 3 retry_wait_seconds: 600 ``` nick-fields/retry is already used in publish  
**Document this change:** End grails app developers need to understand that bootJar / bootRun tasks will generate invalid jars, if no application class exist, so we now fail the build,...
old .sh tests need to be converted to run as gradle tasks https://github.com/grails-profiles-tests - old .sh tests were removed from grails-core on https://github.com/apache/grails-core/commit/9b8fa17d407da8109a829a582f6d0a670dfe6da3 https://github.com/grails/grails-profiles-tests
Currently on base/skeleton/build.gradle in the base profile, but should be moved to a non-default feature to match grails-forge.
### Expected Behavior Application loads in Gradle and will run ### Actual Behaviour Error loading project in Gradle ``` FAILURE: Build failed with an exception. * Where: Build file 'build.gradle'...