generated from JetBrains/intellij-platform-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
gradle.properties
34 lines (25 loc) · 1.51 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
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup = de.arrobait.antlers
pluginName = Antlers Language Support
pluginRepositoryUrl = https://github.com/Konafets/antlers-idea
# SemVer format -> https://semver.org
pluginVersion = 0.0.6
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 212
pluginUntilBuild =
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IU
platformVersion = 212.5712.43
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension
platformPlugins = com.jetbrains.php:212.4746.100, CSS, JavaScriptLanguage, org.intellij.intelliLang, PsiViewer:212-SNAPSHOT, org.jetbrains.plugins.yaml, intellij.prettierJS:212.5080.8
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.0
# Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
# suppress inspection "UnusedProperty"
kotlin.stdlib.default.dependency = false
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.unsafe.configuration-cache = true
# JUnit
jUnitVersion = junit:junit:4.13.2
# Vintage Engine
vintageEngineVersion = org.junit.vintage:junit-vintage-engine:5.9.2