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,8 +11,6 @@ plugins {
1111// alias(libs.plugins.versions)
1212}
1313
14- version = providers.gradleProperty(" pluginVersion" ).get()
15-
1614dependencies {
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 -->"
Original file line number Diff line number Diff line change 11# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
22
33group = 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
You can’t perform that action at this time.
0 commit comments