Skip to content

Commit

Permalink
Build: Enable checkstyle for all engine versions (apache#3550)
Browse files Browse the repository at this point in the history
  • Loading branch information
openinx authored Nov 15, 2021
1 parent 061ac89 commit 1269b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 8
- run: ./gradlew build -x test -x javadoc -x integrationTest
- run: ./gradlew -DflinkVersions=1.12,1.13 -DsparkVersions=2.4,3.0,3.1,3.2 -DhiveVersions=2,3 build -x test -x javadoc -x integrationTest

build-javadoc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1269b4e

Please sign in to comment.