Skip to content

Commit

Permalink
Fix buils for Java 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
joehni committed Jan 2, 2023
1 parent 48eee58 commit dd89b7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
distribution: temurin
java-version: 17
- name: Build with Maven
run: mvn -V -B install site
run: mvn -V -B package site

4 changes: 2 additions & 2 deletions xstream-jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

<profiles>
<profile>
<id>jdk16</id>
<id>jdk17</id>
<activation>
<jdk>16</jdk>
<jdk>17</jdk>
</activation>
<build>
<plugins>
Expand Down

0 comments on commit dd89b7c

Please sign in to comment.