gradle.properties 860 B

123456789101112131415161718192021
  1. # IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
  2. pluginGroup = com.anas.intellij.plugins.ayah
  3. pluginName = Ayah
  4. pluginRepositoryUrl = https://github.com/anas-elgarhy/Ayah-intellij
  5. # SemVer format -> https://semver.org
  6. pluginVersion = 1.0.1
  7. # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
  8. pluginSinceBuild = 223
  9. # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
  10. platformType = IC
  11. platformVersion = 2022.3
  12. # Gradle Releases -> https://github.com/gradle/gradle/releases
  13. gradleVersion = 7.6
  14. # Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
  15. org.gradle.unsafe.configuration-cache = true