Skip to content

Commit 375b3a4

Browse files
committed
sync: 8117821
2 parents fdd6fe3 + 8117821 commit 375b3a4

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ plugins {
1111
// alias(libs.plugins.versions)
1212
}
1313

14-
version = providers.gradleProperty("pluginVersion").get()
15-
1614
dependencies {
1715
testImplementation(platform(libs.junit.bom))
1816
testImplementation(libs.junit.jupiter)
@@ -46,9 +44,6 @@ intellijPlatform {
4644
buildSearchableOptions = false
4745

4846
pluginConfiguration {
49-
name = providers.gradleProperty("pluginName")
50-
version = providers.gradleProperty("pluginVersion")
51-
5247
// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
5348
description = providers.fileContents(layout.projectDirectory.file("README.md")).asText.map {
5449
val start = "<!-- Plugin description -->"

gradle.properties

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

33
group = io.openapiprocessor
4-
pluginName = openapi-processor
5-
pluginRepositoryUrl = https://github.com/openapi-processor/openapi-processor-intellij
6-
pluginVersion = 2026.1-SNAPSHOT.2
4+
version = 2026.1-SNAPSHOT.2
75

8-
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9-
pluginSinceBuild = 252
6+
pluginRepositoryUrl = https://github.com/openapi-processor/openapi-processor-intellij
107

118
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
129
# https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#platformVersions

0 commit comments

Comments
 (0)