File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 24
24
- name : Set up JDK
25
25
uses : actions/setup-java@v4
26
26
with :
27
- java-version : ${{ matrix.java }}
28
27
distribution : ' temurin'
28
+ # Gradle requires JVM 17+ to run
29
+ java-version : |
30
+ 17
31
+ ${{ matrix.java }}
29
32
30
33
- name : Setup Gradle
31
34
uses : gradle/actions/setup-gradle@v4
Original file line number Diff line number Diff line change 23
23
uses : actions/setup-java@v4
24
24
with :
25
25
distribution : ' temurin'
26
- java-version : 8
26
+ # Gradle requires JVM 17+ to run
27
+ java-version : |
28
+ 17
29
+ 8
27
30
28
31
- name : Setup Gradle
29
32
uses : gradle/actions/setup-gradle@v4
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
#
4
- # Copyright © 2015-2021 the original authors.
4
+ # Copyright © 2015 the original authors.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments