File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ plugins {
1616
1717intellij {
1818 // Bundled plugin dependencies
19- plugins.set(listOf (" yaml" , " com.intellij.java" , " org.jetbrains.plugins.yaml" ))
19+ // "com.intellij.modules.json" to be added when minimum required version is at least 2024.3
20+ plugins.set(listOf (" com.intellij.java" , " org.jetbrains.plugins.yaml" ))
2021 pluginName.set(" intellij-swagger" )
2122 version.set(" 2022.3" ) // Recommended to use the lowest supported version to compile against
2223}
@@ -74,6 +75,6 @@ tasks {
7475
7576spotless {
7677 java {
77- googleJavaFormat(" 1.16.0 " )
78+ googleJavaFormat()
7879 }
7980}
Original file line number Diff line number Diff line change 33 <name >Zalando OpenAPI Editor</name >
44 <vendor email =" sebastian.monte@zalando.de" url =" https://tech.zalando.com/" >Zalando SE</vendor >
55
6+ <!-- Module dependencies -->
7+ <depends >com.intellij.modules.platform</depends >
68 <depends >com.intellij.modules.lang</depends >
9+ <depends >com.intellij.modules.json</depends > <!-- Bundled plugin starting from 2024.3 -->
10+
11+ <!-- Bundled plugin dependencies -->
12+ <depends >com.intellij.java</depends >
713 <depends >org.jetbrains.plugins.yaml</depends >
814
915 <description ><![CDATA[
You can’t perform that action at this time.
0 commit comments