We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48a1cbf + 3e8d3c5 commit 239ded8Copy full SHA for 239ded8
3 files changed
.github/workflows/checkstyle.yml
@@ -16,5 +16,6 @@ jobs:
16
uses: actions/setup-java@v3
17
with:
18
java-version: '17'
19
+ distribution: 'temurin'
20
- name: Code Style Check
21
run: mvn -B checkstyle:check --file pom.xml
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ jobs:
11
12
13
14
15
- name: Build
run: mvn -DskipTests package --file pom.xml
@@ -22,5 +23,6 @@ jobs:
22
23
24
25
26
27
- name: Test
28
run: mvn test --file pom.xml
.github/workflows/sonar.yml
@@ -15,6 +15,7 @@ jobs:
- name: Cache SonarCloud packages
uses: actions/cache@v1
0 commit comments