Skip to content

Commit a4b93bf

Browse files
committed
fix typo
1 parent 1d3698e commit a4b93bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/setup-java@v2.2.0
4848
with:
4949
java-version: ${{ matrix.java }}
50-
distribution: 'temurin'
50+
distribution: 'temurin'
5151

5252
- name: Build with Maven
5353
run: mvn install javadoc:javadoc -e -B -V -Pno-tests-if-not-on-osx

0 commit comments

Comments
 (0)