File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ plugins {
1111 alias(libs.plugins.changelog) // Gradle Changelog Plugin
1212}
1313
14- // group = providers.gradleProperty("pluginGroup").get()
1514version = 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
Original file line number Diff line number Diff line change 11# IntelliJ Platform Artifacts Repositories
22# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
33
4- # pluginGroup = com.intellij.plugins.bodhi.pmd
54pluginName = PMD
65pluginRepositoryUrl = https://github.com/amitdev/PMD-Intellij
76# SemVer format -> https://semver.org
You can’t perform that action at this time.
0 commit comments