We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d32b53 + a7ab6f5 commit c18d960Copy full SHA for c18d960
.github/workflows/publish.yml
@@ -27,11 +27,11 @@ jobs:
27
cache: maven
28
29
- name: Build
30
- run: mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS compile
+ run: mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS -Dflink.version=1.15.0 compile
31
32
- name: Tests
33
run: |
34
- mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS test integration-test
+ mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS -Dflink.version=1.15.0 test integration-test
35
36
- name: Set up Apache Maven Central
37
uses: actions/setup-java@v3
0 commit comments