Skip to content

Commit

Permalink
feat: adds support for 2024.3 or later (#14)
Browse files Browse the repository at this point in the history
release: bump version to 5.0.0
  • Loading branch information
pavankjadda authored Oct 29, 2024
1 parent 7e4f8d9 commit 8f2fdfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ pluginGroup=com.pj.foldableprojectview
pluginName=Foldable Project View
pluginRepositoryUrl=https://github.com/pavankjadda/intellij-foldable-projectview
# SemVer format -> https://semver.org
pluginVersion=4.0.0
pluginVersion=5.0.0
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=241
pluginUntilBuild=242.*
pluginSinceBuild=242
pluginUntilBuild=243.*
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType=IC
platformVersion=2023.3.3
Expand All @@ -25,4 +25,4 @@ 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
# Enable Kotlin Official Code Style -> https://kotlinlang.org/docs/coding-conventions.html
kotlin.code.style=official
kotlin.code.style=official

1 comment on commit 8f2fdfb

@stdedos
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still "Ignored Files" is not a drop-down - merely a placeholder

Image

Image

Please sign in to comment.