GoogleCloudPlatform / app-gradle-plugin

The library has moved to https://github.com/GoogleCloudPlatform/appengine-plugins/tree/main/app-gradle-plugin
Apache License 2.0
153 stars 40 forks source link

chore: update GRADLE_MIN_VERSION in check and test suite to 4.0 #453

Closed emmileaf closed 1 year ago

emmileaf commented 1 year ago

This PR updates GRADLE_MIN_VERSION used in checks and test suite to 4.0 to align with documentation in README, along with refactoring suggested in https://github.com/GoogleCloudPlatform/app-gradle-plugin/issues/450#issuecomment-1384182161.

Resolves #450.

emmileaf commented 1 year ago

@diegomarquezp Ah, this issue looks like it might be similar to https://github.com/GoogleCloudPlatform/appengine-plugins-core/pull/912, let me check in a separate PR (EDIT: https://github.com/GoogleCloudPlatform/app-gradle-plugin/pull/459).