-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgradle.properties
30 lines (23 loc) · 1.48 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
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup = ogurets--cucumber-for-dart--by-blue-biscuit-design
pluginName = ogurets--cucumber-for-dart--by-blue-biscuit-design
pluginRepositoryUrl = https://github.com/dart-ogurets/OguretsIntellij
# SemVer format -> https://semver.org
pluginVersion = 2.0.1
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 223
pluginUntilBuild = 223.*
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
platformVersion = 2022.3
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Auto-enabled plugins for the IDEA that starts when testing the plugin
# Make sure these versions match the ones defined in the dependencies in "build.gradle.kts"
platformPlugins = gherkin:223.7571.113, Dart:223.7571.203
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 7.5.1
# 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