Skip to content

Commit

Permalink
Support ide 2022.2 and add screenshots 💙😆
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Aug 20, 2022
1 parent b04405a commit c304385
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

11 changes: 6 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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()
Expand All @@ -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 */))
}
Expand All @@ -38,8 +39,8 @@ tasks {
}

patchPluginXml {
sinceBuild.set("213")
untilBuild.set("223.*")
sinceBuild.set("222")
untilBuild.set("222.*")
}

signPlugin {
Expand Down
Binary file added screenshots/ayah-detalis-2_0.0.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/ayah-detalis_0.0.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added screenshots/notifcation_0.0.1
Empty file.
Binary file added screenshots/notification_0.0.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/setinngs_0.0.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = "ayah-intellij"
rootProject.name = "Ayah-intellij"

0 comments on commit c304385

Please sign in to comment.