Skip to content

Commit

Permalink
Fix JRE8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
filip26 committed Nov 24, 2023
1 parent 8fe6971 commit 91ac41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java8-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
java-version: 1.8
- name: Build with Maven
run: mvn -f pom_jre8.xml package
run: mvn -f pom.xml package

0 comments on commit 91ac41d

Please sign in to comment.