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 17212f2 commit d4296d0Copy full SHA for d4296d0
.github/workflows/codacy.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/setup-java@v3
15
with:
16
java-version: '8'
17
- distribution: 'temurin'
+ distribution: 'temurin'
18
cache: maven
19
- name: Test with Maven
20
run: mvn clean test
0 commit comments