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 f8eecc13b5 Set IntelliJ IDEA IDE Language Level to Experimental f8eecc13b5 is described below commit f8eecc13b53fdca998565455d3c27e9b9a6cd8dc Author: Igal Sapir <isa...@apache.org> AuthorDate: Sun Jun 2 21:24:48 2024 -0700 Set IntelliJ IDEA IDE Language Level to Experimental --- 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 0f6a7a25c6..cad3644ab6 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_@BUILD_JAVA_VERSION@" default="false" project-jdk-name="@BUILD_JAVA_VERSION@" project-jdk-type="JavaSDK"> + <component name="ProjectRootManager" version="2" languageLevel="JDK_X" 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org