Skip to content

Commit b8fdfdf

Browse files
committed
Remove/avoid commented out code
1 parent 9fd03fc commit b8fdfdf

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ plugins {
1111
alias(libs.plugins.changelog) // Gradle Changelog Plugin
1212
}
1313

14-
//group = providers.gradleProperty("pluginGroup").get()
1514
version = providers.gradleProperty("pluginVersion").get()
1615

1716
// Set the JVM language level used to build the project.
@@ -87,9 +86,7 @@ intellijPlatform {
8786

8887
ideaVersion {
8988
sinceBuild = providers.gradleProperty("pluginSinceBuild")
90-
// no upper bound for the version range -> see https://github.com/amitdev/PMD-Intellij/issues/213
91-
// untilBuild = providers.gradleProperty("pluginUntilBuild")
92-
untilBuild = provider { null }
89+
untilBuild = providers.gradleProperty("pluginUtilBuild")
9390
}
9491
}
9592

gradle.properties

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

4-
# pluginGroup = com.intellij.plugins.bodhi.pmd
54
pluginName = PMD
65
pluginRepositoryUrl = https://github.com/amitdev/PMD-Intellij
76
# SemVer format -> https://semver.org

0 commit comments

Comments
 (0)