Skip to content

Commit e8728db

Browse files
committed
Comment unused params.
1 parent 2401c70 commit e8728db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/ServiceStackIDEA/gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# IntelliJ Platform Artifacts Repositories
22
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
33

4-
pluginGroup = org.jetbrains.plugins.template
5-
pluginName = IntelliJ Platform Plugin Template
4+
# pluginGroup = org.jetbrains.plugins.template
5+
# pluginName = IntelliJ Platform Plugin Template
66
pluginVersion = 1.0.43
77

88
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
@@ -14,13 +14,13 @@ pluginUntilBuild = 211.*
1414
# See https://jb.gg/intellij-platform-builds-list for available build versions.
1515
pluginVerifierIdeVersions = WS-2019.2, WS-2020.2.4, WS-2020.3.4, WS-2021.1.1
1616

17-
platformType = IC
18-
platformVersion = 2020.2.4
19-
platformDownloadSources = true
17+
# platformType = IC
18+
# platformVersion = 2020.2.4
19+
# platformDownloadSources = true
2020

2121
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
2222
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
23-
platformPlugins =
23+
# platformPlugins =
2424

2525
# Opt-out flag for bundling Kotlin standard library.
2626
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.

0 commit comments

Comments
 (0)