forked from open-policy-agent/opa-idea-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
33 lines (26 loc) · 1.17 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
#
# Use of this source code is governed by the MIT license that can be
# found in the LICENSE file.
#
kotlin.code.style=official
# Version of the ide used for the sandbox( possible values are 'idea' or 'pycharmCommunity')
baseIDE=idea
# if you change the version of ide, also change psiViewerPluginVersion accordingly (cf https://plugins.jetbrains.com/plugin/227-psiviewer/versions)
ideaVersion=IC-2023.3
pycharmCommunityVersion=PC-2023.3
psiViewerPluginVersion=233.2
# see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for more information
sinceBuild=233
untilBuild=242.*
# these two variables will be overwritten by the release process (i.e. the GitHub action) thanks to the env variables:
# - ORG_GRADLE_PROJECT_publishToken
# - ORG_GRADLE_PROJECT_publishChannel
# - ORG_GRADLE_PROJECT_pluginVersion
publishToken=token
publishChannel=dev
pluginVersion=nextVersion
enableBuildSearchableOptions=false
# 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