Skip to content

Revert "Merge branch 'dependabot-1-2023' into 'master'"

Vishwa Bhat requested to merge revert-081ede22 into master

What does this MR do?

Spotbugs is failing across (1,2,3) due to an invalid java version(?) introduced in the MR

Here's a snippet of the error from the log:

/opt/asdf/lib/commands/command-exec.bash: line 28: /opt/asdf/installs/java/adoptopenjdk-17.0.5+8/bin/java: No such file or directory
[ERRO] [Spotbugs] [2023-01-25T02:58:22Z] ▶ Project couldn't be built: exit status 127

I'm unsure about this error since this MR's build-tmp-image job was successful where it could find the mentioned java version valid enough to download. This MR reverts the source MR until we can think of the root cause.

Merge request reports