File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = org.jetbrains.plugins.template
44pluginName = IntelliJ Platform Plugin Template
55pluginRepositoryUrl = https://github.com/JetBrains/intellij-platform-plugin-template
66# SemVer format -> https://semver.org
7- pluginVersion = 1.3 .0
7+ pluginVersion = 1.4 .0
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 213
@@ -26,4 +26,5 @@ gradleVersion = 7.6
2626kotlin.stdlib.default.dependency = false
2727
2828# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
29+ # suppress inspection "UnusedProperty"
2930org.gradle.unsafe.configuration-cache = true
You can’t perform that action at this time.
0 commit comments