Add support for gradle 5.6.2#558
Merged
imjasonh merged 3 commits intoGoogleCloudPlatform:masterfrom Oct 12, 2019
loosebazooka:patch-1
Merged
Add support for gradle 5.6.2#558imjasonh merged 3 commits intoGoogleCloudPlatform:masterfrom loosebazooka:patch-1
imjasonh merged 3 commits intoGoogleCloudPlatform:masterfrom
loosebazooka:patch-1
Conversation
|
Any reason not to merge this PR? I found myself trying to set up Cloud Build for one of my projects and can't use this builder because the Gradle version is too old. |
imjasonh
approved these changes
Oct 12, 2019
|
@imjasonh any ETA on these images getting uploaded? |
jakebiesinger-onduo
pushed a commit
to jakebiesinger/cloud-builders
that referenced
this pull request
Nov 3, 2019
* Add support for gradle 5.6.2 * fix quote error, add 5+ example * fix compat example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new image for gradle 5.6.2
fixes #417
move
example/spring_boot -> example/spring_bootfor gradle < 5.0add
example/spring_bootfor gradle > 5.0it cloud also just make sense to reopen this: #437 and update it a little.