File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ pluginGroup=com.pj.foldableprojectview
33pluginName =Foldable Project View
44pluginRepositoryUrl =https://github.com/pavankjadda/intellij-foldable-projectview
55# SemVer format -> https://semver.org
6- pluginVersion =4 .0.0
6+ pluginVersion =5 .0.0
77# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
8- pluginSinceBuild =241
9- pluginUntilBuild =242 .*
8+ pluginSinceBuild =242
9+ pluginUntilBuild =243 .*
1010# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1111platformType =IC
1212platformVersion =2023.3.3
@@ -25,4 +25,4 @@ org.gradle.caching=true
2525# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
2626systemProp.org.gradle.unsafe.kotlin.assignment =true
2727# Enable Kotlin Official Code Style -> https://kotlinlang.org/docs/coding-conventions.html
28- kotlin.code.style =official
28+ kotlin.code.style =official
You can’t perform that action at this time.
0 commit comments