We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7e342 commit 6459f1cCopy full SHA for 6459f1c
.github/workflows/coverage.yml
@@ -10,12 +10,12 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - name: Checkout code
14
- uses: actions/checkout@v3
15
- - name: Set up JDK 11
+ - uses: actions/checkout@v3
+ - name: Code Coverage
16
uses: actions/setup-java@v3
17
with:
18
- java-version: 11
+ java-version: "11"
+ distribution: "adopt"
19
20
- name: Build with Maven
21
run: mvn clean package
.github/workflows/maven-publish.yml
@@ -12,7 +12,7 @@ jobs:
- name: Set up Maven Central Repository
- uses: s
+ uses: actions/setup-java@v3
java-version: "11"
distribution: "adopt"
0 commit comments