File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 jdk : [11, 15, 16]
2424 steps :
2525 - uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
26- - uses : actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # tag=v2.1.6
26+ - uses : actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # tag=v2.1.7
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@8db439b6b47e5e12312bf036760bbaa6893481ac # tag=v2.3.1
35+ uses : actions/setup-java@f0bb91606209742fe3ea40199be2f3ef195ecabf # tag=v2.5.0
3636 with :
3737 java-version : ${{ matrix.jdk }}
3838 distribution : adopt
@@ -54,15 +54,15 @@ jobs:
5454 with :
5555 fetch-depth : ' 0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
5656
57- - uses : actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # tag=v2.1.6
57+ - uses : actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # tag=v2.1.7
5858 with :
5959 path : |
6060 ~/.gradle/caches
6161 ~/.gradle/wrapper
6262 key : releasing-${{ runner.os }}-jdk-${{ matrix.jdk }}-gradlewrapper-${{ hashFiles('**/gradle-wrapper.properties') }}-gradlescripts-${{ hashFiles('**/*.gradle*') }}
6363
6464 - name : Set up Java 11
65- uses : actions/setup-java@8db439b6b47e5e12312bf036760bbaa6893481ac # tag=v2.3.1
65+ uses : actions/setup-java@f0bb91606209742fe3ea40199be2f3ef195ecabf # tag=v2.5.0
6666 with :
6767 java-version : 11
6868 distribution : adopt
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
4545 implementation(" org.ow2.asm:asm-util:$asmVer " )
4646 implementation(" org.ow2.asm:asm-tree:$asmVer " )
4747
48- val lombok = " org.projectlombok:lombok:1.18.22 "
48+ val lombok = " org.projectlombok:lombok:1.18.24 "
4949 compileOnly(lombok)
5050 testCompileOnly(lombok)
5151 annotationProcessor(lombok)
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-7.2-all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4. 2-all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments