Skip to content

Commit

Permalink
ci: fix usage of Java 11 which should have been 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Jan 28, 2025
1 parent d72dad9 commit ae50623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Set up JDK 11
with:
distribution: temurin
java-version: 11
java-version: 17
cache: maven
- name: Compatibility Check
run: ./mvnw -s .github/maven-ci-settings.xml -B install revapi:check@check-compatibility -DskipTests -fae

0 comments on commit ae50623

Please sign in to comment.