Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 2.3.0 #38

Merged
merged 34 commits into from
Dec 6, 2023
Merged

feat: 2.3.0 #38

merged 34 commits into from
Dec 6, 2023

Conversation

Pakisan
Copy link
Member

@Pakisan Pakisan commented Sep 4, 2023

Switch master to 2.3.0

Merge after #37

philCryoport and others added 30 commits January 25, 2023 02:01
- Support IntelliJ IDEA 2022.3
- Roll dependency / toolchain versions
- Update README to state that must `:runPluginVerifier`
- update Java to 17
- update Kotlin to 1.8.0
- update gradle plugin 'org.jetbrains.intellij' to 1.12.0
* use JDK 17

* use Kotlin 1.8.0

* Create .asyncapi-tool (#20)

(cherry picked from commit 8332819)

* Update Gradle wrapper to 8.1-rc-1

same as plugin "org.jetbrains.intellij" version "1.13.3"

* Update Plugin Version, IDE versions and dependencies

---------

Co-authored-by: Philip Schlesinger @ Cryoport <philCryoport@users.noreply.github.com>
In 2023.1 YAMLFactory was removed
- plugin icon
- create specification
- file type
- completion variants
- action id: asyncapi.createSchema -> asyncapi.createSpecification
- rename CreateAsyncAPISchema -> CreateAsyncAPISpecification
- replace AsyncAPI Schema -> AsyncAPI Specification
- replace Create a AsyncAPI schema -> Create AsyncAPI specification
- replace AsyncAPI schema (yaml) -> AsyncAPI 2 (.yaml)
- replace AsyncAPI schema (json) -> AsyncAPI 3 (.json)
@Pakisan Pakisan self-assigned this Sep 4, 2023
@Pakisan Pakisan mentioned this pull request Sep 4, 2023
@sonarcloud
Copy link

sonarcloud bot commented Sep 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Pakisan Pakisan requested a review from derberg September 9, 2023 17:13
@philCryoport
Copy link
Collaborator

philCryoport commented Dec 5, 2023

@Pakisan v2.3.0 was already released -- should this PR be closed?

@Pakisan
Copy link
Member Author

Pakisan commented Dec 6, 2023

@Pakisan v2.3.0 was already released -- should this PR be closed?

Yep, it's already released, but changes aren't in master

@Pakisan Pakisan mentioned this pull request Dec 6, 2023
Copy link
Collaborator

@philCryoport philCryoport left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Far too large a PR to review quickly.

Should I be worried by these WARNs and SEVEREs when running ./gradlew buildPlugin?

2023-12-06 11:37:25,851 [    515]   WARN - #c.i.u.i.IndexId - IndexId name[com.android.tools.idea.model.AndroidManifestIndex$Companion$NAME$1.NAME] should match [[A-Za-z0-9_.\-]+]. Names with unsafe characters could cause issues on some platforms. This warning likely
will be escalated to an error in the following releases.
2023-12-06 11:37:26,096 [    760]   WARN - #c.i.u.i.IndexId - IndexId name[shared.index.hashes.com.android.tools.idea.model.AndroidManifestIndex$Companion$NAME$1.NAME] should match [[A-Za-z0-9_.\-]+]. Names with unsafe characters could cause issues on some platforms. This warning likely will be escalated to an error in the following releases.
2023-12-06 11:37:27,180 [   1844] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - Unhandled exception in [StandaloneCoroutine{Cancelling}@7ae57801, Dispatchers.Default]
java.util.ConcurrentModificationException
        at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
        at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
        at java.base/jdk.internal.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at com.E.K.E.k.BU.E(BU.java:185)
        at com.E.K.E.k.BU.E(BU.java:130)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at com.E.K.E.k.Eg.invokeSuspend(Eg.java:16)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
2023-12-06 11:37:27,181 [   1845] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - IntelliJ IDEA 2023.2  Build #IC-232.8660.185
2023-12-06 11:37:27,181 [   1845] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - JDK: 17.0.7; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2023-12-06 11:37:27,182 [   1846] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - OS: Mac OS X
Exception in thread "DefaultDispatcher-worker-40" java.util.ConcurrentModificationException
        at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
        at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
        at java.base/jdk.internal.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at com.E.K.E.k.BU.E(BU.java:185)
        at com.E.K.E.k.BU.E(BU.java:130)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at com.E.K.E.k.Eg.invokeSuspend(Eg.java:16)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
        Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@7ae57801, Dispatchers.Default]
2023-12-06 11:37:29,030 [   3694]   WARN - JetBrains UI DSL - Row should not be empty
2023-12-06 11:37:29,837 [   4501]   WARN - #c.i.u.j.JBCefApp - JCEF is manually disabled in headless env via 'ide.browser.jcef.headless.enabled=false'
Full buildPlugin log

Task :initializeIntelliJPlugin
[gradle-intellij-plugin :initializeIntelliJPlugin] Gradle IntelliJ Plugin is outdated: 1.15.0. Update org.jetbrains.intellij to: 1.16.1

Task :patchPluginXml

Task :verifyPluginConfiguration
[gradle-intellij-plugin :verifyPluginConfiguration] The following plugin configuration issues were found:

Task :processResources

Task :compileKotlin
w: file://

/jasyncapi-idea-plugin/src/main/kotlin/com/asyncapi/plugin/idea/extensions/inspection/AsyncAPIJsonSchemaInspection.kt:32:31 Parameter 'isOnTheFly' is never used
w: file:///jasyncapi-idea-plugin/src/main/kotlin/com/asyncapi/plugin/idea/extensions/inspection/AsyncAPIYamlSchemaInspection.kt:33:31 Parameter 'isOnTheFly' is never used

Task :compileJava NO-SOURCE
Task :classes
Task :instrumentCode
Task :jar
Task :inspectClassesForKotlinIC
Task :classpathIndexCleanup
Task :instrumentedJar
Task :prepareSandbox

Task :buildSearchableOptions
CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true
2023-12-06 11:37:25,851 [ 515] WARN - #c.i.u.i.IndexId - IndexId name[com.android.tools.idea.model.AndroidManifestIndex$Companion$NAME$1.NAME] should match [[A-Za-z0-9_.-]+]. Names with unsafe characters could cause issues on some platforms. This warning likely will be escalated to an error in the following releases.
2023-12-06 11:37:26,096 [ 760] WARN - #c.i.u.i.IndexId - IndexId name[shared.index.hashes.com.android.tools.idea.model.AndroidManifestIndex$Companion$NAME$1.NAME] should match [[A-Za-z0-9_.-]+]. Names with unsafe characters could cause issues on some platforms. This warning likely will be escalated to an error in the following releases.
2023-12-06 11:37:27,180 [ 1844] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - Unhandled exception in [StandaloneCoroutine{Cancelling}@7ae57801, Dispatchers.Default]
java.util.ConcurrentModificationException
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
at java.base/jdk.internal.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.E.K.E.k.BU.E(BU.java:185)
at com.E.K.E.k.BU.E(BU.java:130)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.E.K.E.k.Eg.invokeSuspend(Eg.java:16)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
2023-12-06 11:37:27,181 [ 1845] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - IntelliJ IDEA 2023.2 Build #IC-232.8660.185
2023-12-06 11:37:27,181 [ 1845] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - JDK: 17.0.7; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2023-12-06 11:37:27,182 [ 1846] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - OS: Mac OS X
Exception in thread "DefaultDispatcher-worker-40" java.util.ConcurrentModificationException
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
at java.base/jdk.internal.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.E.K.E.k.BU.E(BU.java:185)
at com.E.K.E.k.BU.E(BU.java:130)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.E.K.E.k.Eg.invokeSuspend(Eg.java:16)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@7ae57801, Dispatchers.Default]
2023-12-06 11:37:29,030 [ 3694] WARN - JetBrains UI DSL - Row should not be empty
2023-12-06 11:37:29,837 [ 4501] WARN - #c.i.u.j.JBCefApp - JCEF is manually disabled in headless env via 'ide.browser.jcef.headless.enabled=false'
Found 223 configurables
Output written to

/jasyncapi-idea-plugin/build/searchableOptions/devkit.jar!/search/devkit.jar!.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/textmate.jar/search/textmate.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/markdown.jar/search/markdown.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/IntelliLang.jar/search/IntelliLang.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/eclipse.jar/search/eclipse.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/tasks-core.jar/search/tasks-core.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/sh.jar/search/sh.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/java-coverage.jar/search/java-coverage.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/devkit.jar/search/devkit.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/java-impl.jar!/search/java-impl.jar!.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/javaFX.jar!/search/javaFX.jar!.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/searchEverywhereMl.jar/search/searchEverywhereMl.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/idea-junit.jar!/search/idea-junit.jar!.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/uiDesigner.jar/search/uiDesigner.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/javaFX.jar/search/javaFX.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/dev.jar/search/dev.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/space.jar/search/space.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/cwm-plugin-terminal.jar/search/cwm-plugin-terminal.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/vcs-svn.jar/search/vcs-svn.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/byteCodeViewer.jar/search/byteCodeViewer.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/testng-plugin.jar!/search/testng-plugin.jar!.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/android.jar!/search/android.jar!.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/marketplace.jar/search/marketplace.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/maven.jar/search/maven.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/copyright.jar/search/copyright.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/maven.jar!/search/maven.jar!.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/instrumented-jasyncapi-idea-plugin-2.3.0+jre17.jar/search/instrumented-jasyncapi-idea-plugin-2.3.0+jre17.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/Groovy.jar/search/Groovy.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/gradle-java.jar/search/gradle-java.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/terminal.jar/search/terminal.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/antIntegration.jar/search/antIntegration.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/performanceTesting-async.jar/search/performanceTesting-async.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/properties.jar/search/properties.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/java-impl.jar/search/java-impl.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/adt-ui.jar/search/adt-ui.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/app-client.jar/search/app-client.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/html-tools.jar/search/html-tools.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/vcs-perforce.jar/search/vcs-perforce.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/java-debugger-streams.jar/search/java-debugger-streams.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/gradle.jar/search/gradle.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/testng-plugin.jar/search/testng-plugin.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/grazie.jar/search/grazie.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/qodana.jar/search/qodana.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/app.jar/search/app.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/android.jar/search/android.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/completionMlRanking.jar/search/completionMlRanking.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/java-decompiler.jar/search/java-decompiler.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/vcs-hg.jar/search/vcs-hg.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/xpath.jar/search/xpath.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/performanceTesting.jar/search/performanceTesting.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/vcs-gitlab.jar/search/vcs-gitlab.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/cwm-common.jar/search/cwm-common.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/java-i18n.jar/search/java-i18n.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/Groovy.jar!/search/Groovy.jar!.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/emojipicker.jar/search/emojipicker.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/toml.jar/search/toml.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/idea-junit.jar/search/idea-junit.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/yaml.jar/search/yaml.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/packageChecker.jar/search/packageChecker.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/platform-tracing-ide.jar/search/platform-tracing-ide.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/editorconfig.jar/search/editorconfig.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/vcs-github.jar/search/vcs-github.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/platform-langInjection.jar/search/platform-langInjection.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/platform-images.jar/search/platform-images.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/vcs-git.jar/search/vcs-git.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/kotlin-plugin.jar/search/kotlin-plugin.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/modules.jar/search/modules.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/indexing-shared.jar/search/indexing-shared.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/featuresTrainer.jar/search/featuresTrainer.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/design-tools.jar/search/design-tools.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/kotlin-plugin.jar!/search/kotlin-plugin.jar!.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/cwm-host.jar/search/cwm-host.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/gradle-java-maven.jar/search/gradle-java-maven.jar.searchableOptions.xml
Output written to /jasyncapi-idea-plugin/build/searchableOptions/settingsSync.jar/search/settingsSync.jar.searchableOptions.xml
Searchable options index builder completed

Task :jarSearchableOptions
Task :buildPlugin

BUILD SUCCESSFUL in 9s
14 actionable tasks: 14 executed

@Pakisan Pakisan merged commit 5e1098c into master Dec 6, 2023
21 checks passed
@Pakisan Pakisan deleted the release/2.3.0 branch December 6, 2023 20:01
@Pakisan Pakisan restored the release/2.3.0 branch December 14, 2023 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants