Skip to content

Commit 4389629

Browse files
committed
1.4.0
1 parent b99218f commit 4389629

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = org.jetbrains.plugins.template
44
pluginName = IntelliJ Platform Plugin Template
55
pluginRepositoryUrl = 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
1010
pluginSinceBuild = 213
@@ -26,4 +26,5 @@ gradleVersion = 7.6
2626
kotlin.stdlib.default.dependency = false
2727

2828
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
29+
# suppress inspection "UnusedProperty"
2930
org.gradle.unsafe.configuration-cache = true

0 commit comments

Comments
 (0)