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 1515 distribution : ' temurin'
1616 java-version : ' 8'
1717 check-latest : true
18- - run : ./gradlew clean classes testClasses integrationTestClasses --refresh-dependencies
18+ - run : ./gradlew clean classes testClasses integrationTestClasses shadowJar --refresh-dependencies
1919 test :
2020 name : Test with multiple Temurin JDK versions
2121 strategy :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ findbugsVersion = "3.0.1"
2727guavaVersion = " 32.1.2-jre"
2828hamcrestVersion = " 2.2"
2929httpclientVersion = " 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
3131jnaVersion = " 5.12.1"
3232junitJupiterVersion = " 5.9.0"
3333junitVersion = " 4.13.2"
You can’t perform that action at this time.
0 commit comments