Skip to content

Commit 5b7ce79

Browse files
authored
release version 3.0.0 (#10)
2 parents c0b06f4 + bd327f2 commit 5b7ce79

File tree

1 file changed

+14
-23
lines changed

1 file changed

+14
-23
lines changed

gradle.properties

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,26 @@
11
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
2-
3-
pluginGroup = ski.chrzanow.foldableprojectview
4-
pluginName = Foldable Project View
5-
pluginRepositoryUrl = https://github.com/hsz/intellij-foldable-projectview
2+
pluginGroup=ski.chrzanow.foldableprojectview
3+
pluginName=Foldable Project View
4+
pluginRepositoryUrl=https://github.com/hsz/intellij-foldable-projectview
65
# SemVer format -> https://semver.org
7-
pluginVersion = 3.0.0-EAP.1
8-
6+
pluginVersion=3.0.0
97
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10-
pluginSinceBuild = 223
11-
pluginUntilBuild = 241.*
12-
8+
pluginSinceBuild=223
9+
pluginUntilBuild=241.*
1310
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
14-
platformType = IC
15-
platformVersion = 2023.3.3
16-
11+
platformType=IC
12+
platformVersion=2023.3.3
1713
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1814
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
19-
platformPlugins =
20-
15+
platformPlugins=
2116
# Gradle Releases -> https://github.com/gradle/gradle/releases
22-
gradleVersion = 8.5
23-
17+
gradleVersion=8.5
2418
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
25-
kotlin.stdlib.default.dependency = false
26-
19+
kotlin.stdlib.default.dependency=false
2720
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
2821
# suppress inspection "UnusedProperty"
29-
org.gradle.configuration-cache = true
30-
22+
org.gradle.configuration-cache=true
3123
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
32-
org.gradle.caching = true
33-
24+
org.gradle.caching=true
3425
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
35-
systemProp.org.gradle.unsafe.kotlin.assignment = true
26+
systemProp.org.gradle.unsafe.kotlin.assignment=true

0 commit comments

Comments
 (0)