Skip to content

Commit

Permalink
Update to Java 17 (#528)
Browse files Browse the repository at this point in the history
* update to java 17
* update powsybl-parent version

---------

Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
  • Loading branch information
So-Fras authored Jul 21, 2023
1 parent b227709 commit 5e6600b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 11
java-version: 17

- name: Build with Maven
run: mvn --batch-mode -P jacoco,checks package
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-parent</artifactId>
<version>9</version>
<version>10</version>
<relativePath/>
</parent>
<artifactId>powsybl-diagram</artifactId>
Expand Down Expand Up @@ -62,7 +62,7 @@
</modules>

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

<sonar.coverage.jacoco.xmlReportPaths>
../distribution-diagram/target/site/jacoco-aggregate/jacoco.xml,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e6600b

Please sign in to comment.