Skip to content

Commit

Permalink
📌 Allow install on 242 EAP, and 2024.2
Browse files Browse the repository at this point in the history
- Fixes #62
  • Loading branch information
pboling committed Jun 16, 2024
1 parent f281980 commit 74b8bff
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
systemProp.org.gradle.unsafe.kotlin.assignment = true

0 comments on commit 74b8bff

Please sign in to comment.