-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump Mockito 5.1.1 * Update pr_build_jdk11.yaml * Update pr_build_jdk11.yaml * Added byte-buddy dependency to services' tests --------- Co-authored-by: Carlos E. Feria Vila <[email protected]> (cherry picked from commit 8517b7b) Co-authored-by: Marco Rizzi <[email protected]>
- Loading branch information
1 parent
3eda07b
commit 706d16b
Showing
6 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,10 @@ jobs: | |
java-version: '11' | ||
distribution: 'temurin' | ||
java-package: jdk | ||
- name: Set up Maven | ||
uses: stCarolas/[email protected] | ||
with: | ||
maven-version: 3.8.7 | ||
- name: Cache local Maven repository | ||
uses: actions/cache@v3 | ||
with: | ||
|
@@ -93,6 +97,10 @@ jobs: | |
java-version: '11' | ||
distribution: 'temurin' | ||
java-package: jdk | ||
- name: Set up Maven | ||
uses: stCarolas/[email protected] | ||
with: | ||
maven-version: 3.8.7 | ||
- name: Cache local Maven repository | ||
uses: actions/cache@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters