File tree Expand file tree Collapse file tree 6 files changed +54
-38
lines changed
Expand file tree Collapse file tree 6 files changed +54
-38
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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
26- - uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
25+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2727 with :
2828 path : |
2929 ~/.gradle/caches
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@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
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.1 "
5+ id(" org.shipkit.shipkit-auto-version" ) version " 2.1.2 "
66 id(" org.shipkit.shipkit-changelog" ) version " 2.0.1"
77 id(" org.shipkit.shipkit-github-release" ) version " 2.0.1"
88}
@@ -24,14 +24,14 @@ repositories {
2424dependencies {
2525 api(gradleApi())
2626 compileOnly(" org.jetbrains:annotations:24.1.0" )
27- implementation(" com.diffplug.spotless:spotless-plugin-gradle:7.0 .1" )
27+ implementation(" com.diffplug.spotless:spotless-plugin-gradle:7.2 .1" )
2828 // FIXME: Revert to upstream if https://github.com/bsideup/jabel/issues/182#issuecomment-1898900307 is ever closed
2929 annotationProcessor(" com.pkware.jabel:jabel-javac-plugin:1.0.1-1" )
3030 testAnnotationProcessor(" com.pkware.jabel:jabel-javac-plugin:1.0.1-1" )
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.13.4 " ))
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.14.3-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