Skip to content

Commit

Permalink
use java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Apr 11, 2024
1 parent d020f8a commit 52cce53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/java-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
java-version: '8'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit 52cce53

Please sign in to comment.