You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(deps): update and cleanup build
- Remove buildSrc
- Remove pluginManagement
- Update dependencies
- Use Groovy provided by Gradle for documentation generation
- Set `grails-core` dependency as provided
- Remove redundant `assets` config
- Remove redundant Gradle plugins
- Use Groovy style in build files
- Set `grailsCentral` as the first dependency repository
- Move `sourceCompatibility` inside java config block (target is inherited)
- Add `textFixtures` sources to `groovydoc` generation
- Add `slf4j-nop` to clear compile warning
- Move all versions to `gradle.properties`
- Change to proper exclusions for `geb-spock` dependency
- Override `selenium` version set by `spring-boot-dependencies`
* ci: add develocity gradle plugins for build scans and remote cache
* ci: add build scan tags
* test: set the correct `grails-gradle-plugin` version in the test app
* build: clarify and refactor documentation configuration registration
Refactored the registration logic for documentation configuration to enhance readability and make the purpose of the code clearer. This change improves maintainability and reduces potential confusion.
* chore: remove explicit `bootJar` task disabling
The grails-gradle-plugin now handles this functionality, so the explicit disabling is no longer necessary.
* chore: cleanup
0 commit comments