-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
gradle.properties
36 lines (28 loc) · 1.46 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup = com.jantvrdik.intellij.latte
pluginName = Latte
pluginRepositoryUrl = https://github.com/nette-intellij/intellij-latte
# SemVer format -> https://semver.org
pluginVersion = 1.2.0
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 221
pluginUntilBuild = 291.*
# GrammarKit Properties
jflexRelease = 1.7.0-1
grammarKitRelease = 2022.3.1
grammarKitIntelliJRelease = 223.8214.52
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = PS
platformVersion = 2023.3.3
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
platformPlugins = com.jetbrains.php:233.11799.232
# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
javaVersion = 17
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.3
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
# suppress inspection "UnusedProperty"
kotlin.stdlib.default.dependency = false
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
# suppress inspection "UnusedProperty"
org.gradle.unsafe.configuration-cache = true