Is Gradle 9.7.1 not on SDKMan!?
# community-support
t
Is Gradle 9.7.1 not on SDKMan!?
y
Nope.
v
t
It's on Brew and macports so something must have failed in the release cycle 🤔
v
There's also an issue already: https://github.com/gradle/gradle/issues/38930
t
Ahhh cool 👍
l
This is a known problem, we will resolve it this week
👍 2
👋 1
e
I saw it was available yesterday, but now it's gone again.
l
Hey folks, Forgot to update here, but
9.7.1
should be fully available. @Eli Graber What kind of issue are you getting? Hitting https://api.sdkman.io/2/candidates/gradle/UNIVERSAL/versions/all shows 9.7.1 listed
👍 1
e
AWK but there was some error about how it was corrupt and pulled back.
t
All working here, thanks all 🙂
l
So SDKMAN! itself had an issue, see here
And I see the comment there ... looking deeper then. But not sure I can do anything about that since AFAIK we did all that was needed for the publication, and its identification as the latest release.
I confirmed that for me running
sdk install gradle
does install
9.7.1
same 1
e
Looks like
sdk selfupdate
and then restarting the shell unblocked it. The error was:
Copy code
sdk install gradle
Downloading: gradle 9.7.1
In progress...
##O#-
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.
 In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of /home/eli/.sdkman/tmp/gradle-9.7.1.zip or
        /home/eli/.sdkman/tmp/gradle-9.7.1.zip.zip, and cannot find /home/eli/.sdkman/tmp/gradle-9.7.1.zip.ZIP, period.
Stop! The archive was corrupt and has been removed! Please try installing again.