File tree 6 files changed +16
-9
lines changed
6 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@v4
19
19
with :
20
20
ref : v${{ github.event.inputs.release_version }}
21
- - uses : gradle/wrapper-validation-action@v1
21
+ - uses : gradle/wrapper-validation-action@v2
22
22
- name : Set up JDK
23
23
uses : actions/setup-java@v4
24
24
with :
Original file line number Diff line number Diff line change 28
28
runs-on : ubuntu-latest
29
29
strategy :
30
30
max-parallel : 6
31
- matrix : ${{ fromJson(needs.build_matrix.outputs.matrix) }}
31
+ matrix :
32
+ java : ['dev']
33
+ distribution : ['graalvm-community']
34
+ native_test_task : ${{ fromJson(needs.build_matrix.outputs.matrix).native_test_task }}
35
+ include :
36
+ - java : ' 22-ea'
37
+ distribution : ' graalvm'
32
38
env :
33
39
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
34
40
GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USERNAME }}
39
45
uses : micronaut-projects/github-actions/graalvm/pre-build@master
40
46
id : pre-build
41
47
with :
42
- java : ' dev'
48
+ java : ${{ matrix.java }}
49
+ distribution : ${{ matrix.distribution }}
43
50
- name : Build Steps
44
51
uses : micronaut-projects/github-actions/graalvm/build@master
45
52
id : build
53
60
uses : micronaut-projects/github-actions/graalvm/post-build@master
54
61
id : post-build
55
62
with :
56
- java : ' dev '
63
+ java : ${{ matrix.java }}
Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ jobs:
45
45
fetch-depth : 0
46
46
47
47
- name : " 🔧 Setup GraalVM CE"
48
-
48
+
49
49
with :
50
50
distribution : ' graalvm'
51
51
java-version : ${{ matrix.java }}
52
52
github-token : ${{ secrets.GITHUB_TOKEN }}
53
53
54
54
- name : " 🔧 Setup Gradle"
55
- uses : gradle/gradle-build-action@v2.11.1
55
+ uses : gradle/gradle-build-action@v3.1.0
56
56
57
57
- name : " ❓ Optional setup step"
58
58
run : |
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - uses : actions/cache@v3
14
+ - uses : actions/cache@v4
15
15
with :
16
16
path : ~/.gradle/caches
17
17
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v4
18
18
with :
19
19
token : ${{ secrets.GH_TOKEN }}
20
- - uses : gradle/wrapper-validation-action@v1
20
+ - uses : gradle/wrapper-validation-action@v2
21
21
- name : Set up JDK
22
22
uses : actions/setup-java@v4
23
23
with :
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.5 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments