Do not download Grandle 9.0.0 or 8.13.0 #178227
Replies: 1 comment 2 replies
Try Gradle 9.1.0 with JDK 25 (LTS)
Please see sample app using Gradle 9.1.0 below:
For older versions of Java, try 8.14 without Gradle wrapperWorkflow Config Snippet for CI:name: Java CI with Gradle
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up JDK 24
uses: actions/setup-java@v4
with:
java-version: '24'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
with:
gradle-version: '8.14'
dependency-graph: download-and-submit
cache-disabled: true
- name: Build with Gradle 8.14
run: gradle build |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Question
Body
Hello. There is a problem, why is not installed Grandle 9.0.0. Turned off the firewall in windows all networks Private, public and domain network. Also turned off in the defender Management application / browser. The antivirus itself completely disabled all protection. And still does not load Grandle 9.0.0, even 8.13.0. The error is constantly the same.
Could not install Gradle distribution from ‘https://services.gradle.org/distributions/gradle-8.13-bin.zip’.
Reason: java.net.SocketTimeoutException: Read timed out
All reactions