File tree Expand file tree Collapse file tree 6 files changed +49
-32
lines changed
Expand file tree Collapse file tree 6 files changed +49
-32
lines changed Original file line number Diff line number Diff line change 1212 verify-gradle-wrapper :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1616 - uses : gradle/actions/wrapper-validation@16bf8bc8fe830fa669c3c9f914d3eb147c629707 # v4
1717
1818 build :
2222 matrix :
2323 jdk : [17, 21]
2424 steps :
25- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2626 - uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
2727 with :
2828 path : |
3232 restore-keys : |
3333 ${{ runner.os }}-jdk-${{ matrix.jdk }}-gradlewrapper-${{ hashFiles('**/gradle-wrapper.properties') }}-gradlescripts-
3434 - name : Set up JDK
35- uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
35+ uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
3636 with :
3737 distribution : ' adopt'
3838 java-version : ${{ matrix.jdk }}
@@ -50,12 +50,12 @@ jobs:
5050
5151 steps :
5252 - name : Check out code
53- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
53+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5454 with :
5555 fetch-depth : ' 0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
5656
5757 - name : Set up Java 11
58- uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
58+ uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
5959 with :
6060 distribution : ' adopt'
6161 java-version : 17
Original file line number Diff line number Diff line change 11plugins {
22 id(" java-gradle-plugin" )
33 id(" maven-publish" )
4- id(" com.gradle.plugin-publish" ) version " 1.2.2 "
5- id(" org.shipkit.shipkit-auto-version" ) version " 2.0.10 "
4+ id(" com.gradle.plugin-publish" ) version " 1.3.0 "
5+ id(" org.shipkit.shipkit-auto-version" ) version " 2.0.11 "
66 id(" org.shipkit.shipkit-changelog" ) version " 2.0.1"
77 id(" org.shipkit.shipkit-github-release" ) version " 2.0.1"
88}
@@ -31,7 +31,7 @@ dependencies {
3131 // annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")
3232 // testAnnotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")
3333
34- testImplementation(platform(" org.junit:junit-bom:5.11.0 " ))
34+ testImplementation(platform(" org.junit:junit-bom:5.11.1 " ))
3535 testImplementation(" org.junit.jupiter:junit-jupiter" )
3636}
3737
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10-all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
4+ networkTimeout =10000
5+ validateDistributionUrl =true
46zipStoreBase =GRADLE_USER_HOME
57zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments