File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
distribution : ' temurin'
16
16
java-version : ' 8'
17
17
check-latest : true
18
- - run : ./gradlew clean classes testClasses integrationTestClasses --refresh-dependencies
18
+ - run : ./gradlew clean classes testClasses integrationTestClasses shadowJar --refresh-dependencies
19
19
test :
20
20
name : Test with multiple Temurin JDK versions
21
21
strategy :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ findbugsVersion = "3.0.1"
27
27
guavaVersion = " 32.1.2-jre"
28
28
hamcrestVersion = " 2.2"
29
29
httpclientVersion = " 4.5.13"
30
- jacksonVersion = " 2.15.2 "
30
+ jacksonVersion = " 2.14.3 " # stuck on 2.14.x until we move away from Java 8 as a minimum supported version
31
31
jnaVersion = " 5.12.1"
32
32
junitJupiterVersion = " 5.9.0"
33
33
junitVersion = " 4.13.2"
You can’t perform that action at this time.
0 commit comments