From 74b8bff750f25a2c46431c4ba36ebe34a24579e2 Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Sun, 16 Jun 2024 08:34:38 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Allow=20install=20on=20242=20EAP?= =?UTF-8?q?,=20and=202024.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixes #62 --- gradle.properties | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 909d22e..dca8ffa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,17 +10,19 @@ pluginVersion = 2.0.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 232 -pluginUntilBuild = 241.* +pluginUntilBuild = 242.* # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IC -platformVersion = 241-EAP-SNAPSHOT +platformVersion = 242-EAP-SNAPSHOT # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22 platformPlugins = -# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3 +# Java language level used to compile sources and to generate the files +# - Java 21 is required when targeting 2024.2 and later only. +# - Java 17 is required when targeting 2022.2 and later only. javaVersion = 17 # Gradle Releases -> https://github.com/gradle/gradle/releases @@ -36,4 +38,4 @@ org.gradle.configuration-cache = true org.gradle.caching = true # Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment -systemProp.org.gradle.unsafe.kotlin.assignment = true \ No newline at end of file +systemProp.org.gradle.unsafe.kotlin.assignment = true