Skip to content

Commit

Permalink
Upgrade to JDK 20
Browse files Browse the repository at this point in the history
Signed-off-by: Manoel Campos <[email protected]>
  • Loading branch information
manoelcampos committed Jun 1, 2023
1 parent 4d4f153 commit 532795e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM gitpod/workspace-full
USER gitpod
RUN bash -c ". ~/.sdkman/bin/sdkman-init.sh && \
sdk install java 19-zulu && \
sdk default java 19-zulu"
sdk install java 20-zulu && \
sdk default java 20-zulu"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release>19</release>
<release>20</release>
<compilerArgs>
<arg>--enable-preview</arg>
</compilerArgs>
Expand Down

0 comments on commit 532795e

Please sign in to comment.