forked from open-policy-agent/opa-idea-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
32 lines (24 loc) · 1.07 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
#
# Use of this source code is governed by the MIT license that can be
# found in the LICENSE file.
#
kotlin.code.style=official
# this property is handle by the gradle plugin `stevesaliman/gradle-properties-plugin` and allow to load additional
# gradle property file named gradle-${environmentName}.properties
propertiesPluginEnvironmentNameProperty=platformVersion
# Supported platforms: 211, 212
platformVersion=212
# Version of the ide used for the sandbox( possible value are 'idea' or 'pycharmCommunity')
baseIDE=idea
# these two variables will be overwrite by the release process (ie 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