Skip to content

Commit

Permalink
adopt 8 jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-panasiuk committed Feb 12, 2024
1 parent cf0b30f commit e45cb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
java-version: '8'
distribution: 'adopt'
# cache: maven
- name: Build with Maven
run: mvn -B -DskipTests=true package --file flink-cyber/pom.xml -pl flink-stellar -am
Expand Down

0 comments on commit e45cb36

Please sign in to comment.