mirror of
https://github.com/anas-elgarhy/Ayah-intellij.git
synced 2024-08-15 00:43:43 +00:00
Create the gradle properties file
This commit is contained in:
parent
74b631ab6f
commit
92ce0827f6
1 changed files with 20 additions and 0 deletions
20
gradle.properties
Normal file
20
gradle.properties
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
|
||||||
|
|
||||||
|
pluginGroup = com.anas.intellij.plugins.ayah
|
||||||
|
pluginName = Ayah
|
||||||
|
pluginRepositoryUrl = https://github.com/anas-elgarhy/Ayah-intellij
|
||||||
|
# SemVer format -> https://semver.org
|
||||||
|
pluginVersion = 1.0.0
|
||||||
|
|
||||||
|
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||||
|
pluginSinceBuild = 223
|
||||||
|
|
||||||
|
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
|
||||||
|
platformType = IC
|
||||||
|
platformVersion = 2022.3
|
||||||
|
|
||||||
|
# Gradle Releases -> https://github.com/gradle/gradle/releases
|
||||||
|
gradleVersion = 7.6
|
||||||
|
|
||||||
|
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
|
||||||
|
org.gradle.unsafe.configuration-cache = true
|
Loading…
Reference in a new issue