This is an automated email from the ASF dual-hosted git repository.
isapir pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new b56438581e Set IntelliJ IDEA IDE Language Level to variable
b56438581e is described below
commit b56438581e73b70da623e79467cd565e74816b2b
Author: Igal Sapir <[email protected]>
AuthorDate: Mon Jun 3 10:06:25 2024 -0700
Set IntelliJ IDEA IDE Language Level to variable
---
res/ide-support/idea/misc.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/res/ide-support/idea/misc.xml b/res/ide-support/idea/misc.xml
index cad3644ab6..0f6a7a25c6 100644
--- a/res/ide-support/idea/misc.xml
+++ b/res/ide-support/idea/misc.xml
@@ -16,7 +16,7 @@
limitations under the License.
-->
<project version="4">
- <component name="ProjectRootManager" version="2" languageLevel="JDK_X"
default="false" project-jdk-name="@BUILD_JAVA_VERSION@"
project-jdk-type="JavaSDK">
+ <component name="ProjectRootManager" version="2"
languageLevel="JDK_@BUILD_JAVA_VERSION@" default="false"
project-jdk-name="@BUILD_JAVA_VERSION@" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/.idea/output" />
</component>
</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]