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 1d3698e commit a4b93bfCopy full SHA for a4b93bf
.github/workflows/maven.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: actions/setup-java@v2.2.0
48
with:
49
java-version: ${{ matrix.java }}
50
- distribution: 'temurin'
+ distribution: 'temurin'
51
52
- name: Build with Maven
53
run: mvn install javadoc:javadoc -e -B -V -Pno-tests-if-not-on-osx
0 commit comments