mirror of
https://github.com/anas-elgarhy/Ayah-intellij.git
synced 2024-08-15 00:43:43 +00:00
Support ide 2022.2 and add screenshots 💙😆
This commit is contained in:
parent
b04405a91c
commit
c3043854fb
8 changed files with 7 additions and 7 deletions
|
@ -1 +0,0 @@
|
|||
ayah-intellij
|
|
@ -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 {
|
||||
|
|
BIN
screenshots/ayah-detalis-2_0.0.1.png
Normal file
BIN
screenshots/ayah-detalis-2_0.0.1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 398 KiB |
BIN
screenshots/ayah-detalis_0.0.1.png
Normal file
BIN
screenshots/ayah-detalis_0.0.1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 398 KiB |
0
screenshots/notifcation_0.0.1
Normal file
0
screenshots/notifcation_0.0.1
Normal file
BIN
screenshots/notification_0.0.1.png
Normal file
BIN
screenshots/notification_0.0.1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
screenshots/setinngs_0.0.1.png
Normal file
BIN
screenshots/setinngs_0.0.1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 350 KiB |
|
@ -1 +1 @@
|
|||
rootProject.name = "ayah-intellij"
|
||||
rootProject.name = "Ayah-intellij"
|
Loading…
Reference in a new issue