generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgradle.properties
33 lines (26 loc) · 1.44 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
# IntelliJ Platform Artifacts Repositories
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup = dev.encore.intellij
pluginName = Encore
# SemVer format -> https://semver.org
pluginVersion = 0.2.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 223
#pluginUntilBuild = 231.* # (we can not specify this, otherwise we need to constantly update the plugin to allow the plugin to be installed on all future versions of GoLand)
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = GO
platformVersion = 2023.1
platformDownloadSources = true
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
platformPlugins = org.jetbrains.plugins.go, com.intellij.database
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.0.2
# Opt-out flag for bundling Kotlin standard library.
# See https://jb.gg/intellij-platform-kotlin-stdlib for details.
# 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