We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3250b commit 323dd63Copy full SHA for 323dd63
.github/workflows/maven-ci.yml
@@ -49,6 +49,7 @@ jobs:
49
uses: actions/setup-java@master
50
with:
51
java-version: 11
52
+ distribution: 'adopt'
53
54
- name: Cache SonarCloud packages
55
uses: actions/cache@master
.github/workflows/maven-pr-builder.yml
@@ -44,6 +44,7 @@ jobs:
44
45
46
47
48
- name: Cache Maven Dependecies
0 commit comments