Skip to content

Commit 381c221

Browse files
committed
update gradle.properties
1 parent 353e9ac commit 381c221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = goframehelper
44
pluginName = goframe-helper
55
pluginRepositoryUrl = https://github.com/oldme-git/goframe-helper
66
# SemVer format -> https://semver.org
7-
pluginVersion=1.0.2
7+
pluginVersion = 1.0.2
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 222
@@ -16,7 +16,7 @@ platformVersion = 2022.2
1616

1717
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1818
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
19-
platformPlugins=org.jetbrains.plugins.go,org.jetbrains.plugins.yaml
19+
platformPlugins = org.jetbrains.plugins.go,org.jetbrains.plugins.yaml
2020

2121
# Gradle Releases -> https://github.com/gradle/gradle/releases
2222
gradleVersion = 8.4

0 commit comments

Comments
 (0)