Skip to content

Commit

Permalink
Upgrade Java to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed May 5, 2023
1 parent 2e32076 commit dbbf002
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 @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [11]
java: [17]

runs-on: ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<properties>
<vaadin.version>23.3.12</vaadin.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Doing release by manullay uploading to vaadin.com/directory -->
Expand Down

0 comments on commit dbbf002

Please sign in to comment.