File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 # Need to fetch 2 commits for the PR (base commit and head merge commit) so we can compute the diff
2020 fetch-depth : 2
21- - uses : actions/setup-java@v2
21+ - uses : actions/setup-java@v4
2222 with :
2323 distribution : zulu
2424 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 1717 name : Java ${{ matrix.java }}
1818 steps :
1919 - uses : actions/checkout@v2
20- - uses : actions/setup-java@v2
20+ - uses : actions/setup-java@v4
2121 with :
2222 distribution : zulu
2323 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3- jcenter()
3+ maven {
4+ url " https://plugins.gradle.org/m2/"
5+ }
46 }
57 dependencies {
6- classpath ' org.jfrog.buildinfo:build-info-extractor-gradle:4.21 .0'
8+ classpath ' org.jfrog.buildinfo:build-info-extractor-gradle:4.32 .0'
79 classpath ' com.github.jengelman.gradle.plugins:shadow:2.0.4'
810 }
911}
You can’t perform that action at this time.
0 commit comments