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 81ab46f commit 40e7371Copy full SHA for 40e7371
.github/workflows/maven.yml
@@ -20,10 +20,10 @@ jobs:
20
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
21
steps:
22
- uses: actions/checkout@v2
23
- - name: Set up JDK 14
+ - name: Set up JDK 11
24
uses: actions/setup-java@v1
25
with:
26
- java-version: 14
+ java-version: 11
27
- name: Setup display for running Chrome
28
run: |
29
chmod ugo+x scripts/publish-javadocs-to-github-pages.sh
0 commit comments