-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update for Intellij 2023.1 (#27)
* 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 <[email protected]>
- Loading branch information
1 parent
b75baab
commit 4395a6f
Showing
7 changed files
with
189 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"title": "jAsyncAPI - IDEA plugin", | ||
"description": "Idea plugin for the java-asyncapi - Helps to edit and validate AsyncAPI schemas.", | ||
"links": { | ||
"websiteUrl": "https://plugins.jetbrains.com/plugin/15673-asyncapi", | ||
"docsUrl": "https://github.com/asyncapi/jasyncapi-idea-plugin#usage", | ||
"repoUrl": "https://github.com/asyncapi/jasyncapi-idea-plugin" | ||
}, | ||
"filters": { | ||
"language": "Kotlin", | ||
"technology": ["JetBrains","IntelliJ IDEA"], | ||
"categories": ["ide-extension"], | ||
"hasCommercial": false | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-rc-1-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.