some cleanuups, global property var for flink dependency, added clust… #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
steps: | |
- uses: actions/checkout@v4 | |
- name: Set up JDK 8 for x64 and run maven | |
uses: actions/setup-java@v4 | |
with: | |
java-version: '8' | |
distribution: 'oracle' | |
architecture: x64 | |
- run: mvn -B build --file pom.xml |