File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
3131 - name : 1. Check out code
3232 uses : actions/checkout@v3 # https://github.com/actions/checkout
3333
34- - name : 2. Set up Java 8
34+ - name : 2. Set up Java 11
3535 uses : actions/setup-java@v3 # https://github.com/actions/setup-java
3636 with :
37- java-version : 8
38- distribution : ' temurin '
37+ java-version : 11
38+ distribution : ' zulu '
3939
4040 - name : 3. Validate Gradle wrapper
4141 uses : gradle/wrapper-validation-action@v1.0.5 # https://github.com/gradle/wrapper-validation-action
5353 # Definition of the build matrix
5454 strategy :
5555 matrix :
56- java : [8, 11, 17]
56+ java : [11, 17]
5757 os : [ ubuntu-latest, windows-latest, macOS-latest ]
5858
5959 steps :
@@ -91,11 +91,11 @@ jobs:
9191 with :
9292 fetch-depth : ' 0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
9393
94- - name : Set up Java 8
94+ - name : Set up Java 11
9595 uses : actions/setup-java@v3
9696 with :
97- java-version : 8
98- distribution : ' temurin '
97+ java-version : 11
98+ distribution : ' zulu '
9999
100100 - name : Build and publish to Sonatype/MavenCentral
101101 run : ./gradlew publishToSonatype closeAndReleaseStagingRepository githubRelease
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ repositories {
3131}
3232
3333dependencies {
34- def mockitoVersion = " 4.10 .0"
34+ def mockitoVersion = " 5.2 .0"
3535
3636 api " org.mockito:mockito-core:$mockitoVersion "
3737 api " org.testng:testng:7.5"
Original file line number Diff line number Diff line change 1- version =0.4 .*
1+ version =0.5 .*
You can’t perform that action at this time.
0 commit comments