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
Add Gradle 9.0 support by removing deprecated --build-file argument and distsDirName property
- Remove --build-file argument from gradle.py as it was deprecated in Gradle 8 and removed in Gradle 9
- Update lambda-build-init.gradle to use 'distributions' instead of deprecated distsDirName property
- Update all related unit tests to reflect the command line changes
- All unit and integration tests now pass with Gradle 9.0
Fixes: Unknown command-line option '--build-file' error when using Gradle 9.0
0 commit comments