Skip to content

Commit

Permalink
Upgrade to java17
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Perrin <olivier.perrin@rte-france.com>
  • Loading branch information
olperr1 committed Aug 7, 2023
1 parent 2018be3 commit 2621844
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v1

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

- name: Build with Maven
if: matrix.os == 'ubuntu-latest'
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-parent</artifactId>
<version>10</version>
<version>13</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -55,7 +55,7 @@
</modules>

<properties>
<java.version>11</java.version>
<java.version>17</java.version>

<groovy.version>3.0.9</groovy.version> <!-- used for groovydoc (dynawaltz-dsl) -->

Expand Down

0 comments on commit 2621844

Please sign in to comment.