("runPluginVerifier") {
- ideVersions.set(listOf(
- "2022.3",
- "2022.3.1",
- "2022.3.2",
- "2022.3.3",
- "2023.1",
- "2023.1.1",
- "2023.1.2",
- "2023.1.3",
- "2023.1.4",
- "2023.1.5",
- "2023.2",
- "2023.2.1",
- "2023.2.2",
- "2023.2.3",
- "2023.2.4",
- "2023.2.5",
- "2023.3",
- "2023.3.1",
- "2023.3.2",
- "2023.3.3",
- "2023.3.4",
- "2023.3.5",
- "2023.3.6",
- "2024.1"
- ))
- verifierVersion.set("1.365")
+tasks {
+ patchPluginXml {
+ sinceBuild = "223"
+ untilBuild = "242.*"
+ }
}
tasks {
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index b82aa23..9355b41 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
diff --git a/src/main/resources/META-INF/description.html b/src/main/resources/META-INF/description.html
new file mode 100644
index 0000000..74b4c0b
--- /dev/null
+++ b/src/main/resources/META-INF/description.html
@@ -0,0 +1,13 @@
+Edit AsyncAPI specifications in the IDE with syntax highlighting, auto-completion and a live preview.
+
+
Features
+
+ - Recognition of AsyncAPI specifications
+ - AsyncAPI specification auto-completion
+ - AsyncAPI specification example creation from
file -> new -> AsyncAPI specification
+ - AsyncAPI specification inspection and validation using AsyncAPI JSON Schema
+ - Local references resolving with auto-completion in AsyncAPI specification
+ - File references resolving with auto-completion in AsyncAPI specification
+ - AsyncAPI specification preview as html in built-in/external browser
+
+
\ No newline at end of file
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index a03342b..5301a5d 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -3,22 +3,6 @@
AsyncAPI
AsyncAPI
- ⚠️ This plugin doesn't support AsyncAPI 1.x
- Plugin to help you easily edit AsyncAPI specification files.
- Features
-
- - Recognition of AsyncAPI specifications.
- - AsyncAPI specification auto-completion.
- - AsyncAPI specification example creation from
file -> new -> AsyncAPI specification
.
- - AsyncAPI specification inspection and validation using AsyncAPI JSON Schema.
- - Local references resolving with auto-completion in AsyncAPI specification.
- - File references resolving with auto-completion in AsyncAPI specification.
- - AsyncAPI specification preview as html in built-in/external browser.
-
- ]]>
-
-
com.intellij.modules.platform
@@ -27,12 +11,6 @@
-
-
-
-
-
-