Skip to content

Commit

Permalink
[TASK] Update supported version to 241.*
Browse files Browse the repository at this point in the history
  • Loading branch information
mai-space committed Apr 12, 2024
1 parent bfa5db2 commit 7d86f56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ pluginGroup = com.github.inf166.pluginphpstormtypo3committemplate
pluginName = plugin-phpstorm-typo3-commit-template
pluginRepositoryUrl = https://github.com/mai-space/plugin-phpstorm-typo3-commit-template
# SemVer format -> https://semver.org
pluginVersion = 2023.1.0
pluginVersion = 2024.1.0

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 223
pluginUntilBuild = 235.*
pluginSinceBuild = 235
pluginUntilBuild = 241.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
platformVersion = 2022.3
platformVersion = 2024.1

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
Expand All @@ -31,4 +31,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 7d86f56

Please sign in to comment.