-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathgradle.properties
More file actions
30 lines (22 loc) · 1.02 KB
/
gradle.properties
File metadata and controls
30 lines (22 loc) · 1.02 KB
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
# IntelliJ Platform Artifacts Repositories
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup = de.espend.idea.php.annotation
pluginName = PHP Annotations
# SemVer format -> https://semver.org
pluginVersion = 12.1.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 252
pluginUntilBuild = 299.*
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IU
platformVersion = 2026.1
# Java language level used to compile sources and to generate the files for
javaVersion = 21
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 9.4.1
# Opt-out flag for bundling Kotlin standard library.
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
# suppress inspection "UnusedProperty"
kotlin.stdlib.default.dependency = false
org.gradle.configuration-cache=true