Support ide 2022.2 and add screenshots 💙😆

This commit is contained in:
Anas Elgarhy 2022-08-20 18:16:34 +02:00
parent b04405a91c
commit c3043854fb
8 changed files with 7 additions and 7 deletions

View file

@ -1 +0,0 @@
ayah-intellij

View file

@ -1,10 +1,10 @@
plugins {
id("java")
id("org.jetbrains.intellij") version "1.6.0"
id("org.jetbrains.intellij") version "1.8.0"
}
group = "com.anas.intellij.plugins.ayah"
version = "0.0.1"
version = "0.0.2"
repositories {
mavenCentral()
@ -24,8 +24,9 @@ java {
// Configure Gradle IntelliJ Plugin
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
version.set("2021.3")
version.set("2022.2")
type.set("IC") // Target IDE Platform
downloadSources.set(true)
plugins.set(listOf(/* Plugin Dependencies */))
}
@ -38,8 +39,8 @@ tasks {
}
patchPluginXml {
sinceBuild.set("213")
untilBuild.set("223.*")
sinceBuild.set("222")
untilBuild.set("222.*")
}
signPlugin {

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

View file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

View file

@ -1 +1 @@
rootProject.name = "ayah-intellij"
rootProject.name = "Ayah-intellij"