mirror of
https://github.com/anas-elgarhy/Ayah-intellij.git
synced 2024-08-15 00:43:43 +00:00
Up version and compatble ide yooo 🥰
This commit is contained in:
parent
8859412756
commit
34bec4f656
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "com.anas.intellij.plugins.ayah"
|
group = "com.anas.intellij.plugins.ayah"
|
||||||
version = "0.0.2"
|
version = "0.0.3"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -25,7 +25,7 @@ java {
|
||||||
// Configure Gradle IntelliJ Plugin
|
// Configure Gradle IntelliJ Plugin
|
||||||
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
|
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
|
||||||
intellij {
|
intellij {
|
||||||
version.set("2022.2")
|
version.set("2022.2.1")
|
||||||
type.set("IC") // Target IDE Platform
|
type.set("IC") // Target IDE Platform
|
||||||
downloadSources.set(true)
|
downloadSources.set(true)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue