Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(build): upgrade builder image to gradle:7.6.1-jdk17 #1045

Merged
merged 2 commits into from
Jul 3, 2024

Conversation

difranca
Copy link
Contributor

@difranca difranca commented Jul 3, 2024

Kayenta build using Dockerfile is currently broken:

58.02 FAILURE: Build failed with an exception.
58.02 
58.02 * Where:
58.02 Build file '/tmp/workdir/build.gradle' line: 63
58.02 
58.02 * What went wrong:
58.02 A problem occurred evaluating root project 'kayenta'.
58.02 > Could not get unknown property 'javaToolchains' for task ':kayenta-atlas:test' of type org.gradle.api.tasks.testing.Test.

Gradle version was bumped to 7.6.1 in #967, but the base image for the build stage was not updated.
Changing it to gradle:7.6.1-jdk17 fixes the build.

Dockerfile Outdated Show resolved Hide resolved
@difranca difranca changed the title chore(build): upgrade builder image to gradle:7.6.1-jdk11 chore(build): upgrade builder image to gradle:7.6.1-jdk17 Jul 3, 2024
@dbyron-sf dbyron-sf added the ready to merge Reviewed and ready for merge label Jul 3, 2024
@mergify mergify bot added the auto merged label Jul 3, 2024
@mergify mergify bot merged commit 0681788 into spinnaker:master Jul 3, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants