Up version and compatble ide yooo 🥰

This commit is contained in:
Anas Elgarhy 2022-08-21 10:31:25 +02:00
parent 8859412756
commit 34bec4f656
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ plugins {
}
group = "com.anas.intellij.plugins.ayah"
version = "0.0.2"
version = "0.0.3"
repositories {
mavenCentral()
@ -25,7 +25,7 @@ java {
// Configure Gradle IntelliJ Plugin
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
version.set("2022.2")
version.set("2022.2.1")
type.set("IC") // Target IDE Platform
downloadSources.set(true)