File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 17
17
contents : read
18
18
19
19
steps :
20
- - uses : huanshankeji/.github/actions/gradle-test-and-check@v0.1 .0
20
+ - uses : huanshankeji/.github/actions/gradle-test-and-check@v0.2 .0
21
21
with :
22
22
jdk-versions : 17-temurin
23
23
30
30
contents : write
31
31
32
32
steps :
33
- - uses : huanshankeji/.github/actions/dependency-submission@v0.1 .0
33
+ - uses : huanshankeji/.github/actions/gradle- dependency-submission@v0.2 .0
34
34
with :
35
- java-version : 17
36
- distribution : temurin
35
+ jdk-versions : 17-temurin
Original file line number Diff line number Diff line change 32
32
uses : actions/configure-pages@v5
33
33
34
34
- name : Set up JDK 17
35
- uses : actions/setup-java@v4
35
+ uses : actions/setup-java@v5
36
36
with :
37
37
java-version : " 17"
38
38
distribution : " temurin"
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.2 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -all.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