From ea2c7ad846ad7d32afba2e43f4efd3851fb3351a Mon Sep 17 00:00:00 2001 From: Vladimir Krivosheev Date: Mon, 30 Sep 2024 09:16:50 +0200 Subject: [PATCH] no reason to use Java 9 level for jshell - level was set to 9 for historical reasons (JShell comes bundled into JDK since Java 9) GitOrigin-RevId: 439f243000b8c3244308571f9466aeb0400fdb70 --- .../execution/jshell-frontend/intellij.java.jshell.frontend.iml | 2 +- .../execution/jshell-protocol/intellij.java.jshell.protocol.iml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/java/execution/jshell-frontend/intellij.java.jshell.frontend.iml b/java/execution/jshell-frontend/intellij.java.jshell.frontend.iml index 82fc7d742a5d..ca081f729e41 100644 --- a/java/execution/jshell-frontend/intellij.java.jshell.frontend.iml +++ b/java/execution/jshell-frontend/intellij.java.jshell.frontend.iml @@ -1,6 +1,6 @@ - + diff --git a/java/execution/jshell-protocol/intellij.java.jshell.protocol.iml b/java/execution/jshell-protocol/intellij.java.jshell.protocol.iml index 41e54e02bd99..df0e9a7f9889 100644 --- a/java/execution/jshell-protocol/intellij.java.jshell.protocol.iml +++ b/java/execution/jshell-protocol/intellij.java.jshell.protocol.iml @@ -1,6 +1,6 @@ - +