2022-11-04 08:23:02 +01:00
|
|
|
#
|
2023-01-10 09:09:25 +01:00
|
|
|
# Copyright 2003-2023 The IdeaVim authors
|
2022-11-04 08:23:02 +01:00
|
|
|
#
|
|
|
|
# Use of this source code is governed by an MIT-style
|
|
|
|
# license that can be found in the LICENSE.txt file or at
|
|
|
|
# https://opensource.org/licenses/MIT.
|
|
|
|
#
|
|
|
|
|
2019-08-27 13:19:54 +02:00
|
|
|
# suppress inspection "UnusedProperty" for whole file
|
|
|
|
|
2021-10-18 13:36:02 +02:00
|
|
|
ideaVersion=2023.2
|
2019-04-01 15:03:01 +02:00
|
|
|
downloadIdeaSources=true
|
|
|
|
instrumentPluginCode=true
|
2023-11-15 01:18:05 +01:00
|
|
|
version=chylex-19
|
2022-10-17 14:45:00 +02:00
|
|
|
javaVersion=17
|
2023-03-08 07:44:42 +01:00
|
|
|
remoteRobotVersion=0.11.17
|
2022-04-24 15:33:21 +02:00
|
|
|
antlrVersion=4.10.1
|
2021-02-26 08:02:23 +01:00
|
|
|
|
2021-10-18 13:36:02 +02:00
|
|
|
kotlin.incremental.useClasspathSnapshot=false
|
2022-07-06 19:56:21 +02:00
|
|
|
|
2021-02-26 08:02:23 +01:00
|
|
|
# Please don't forget to update kotlin version in buildscript section
|
2023-04-26 09:57:11 +02:00
|
|
|
kotlinVersion=1.8.21
|
2019-07-02 17:40:23 +02:00
|
|
|
publishToken=token
|
2019-04-01 15:03:01 +02:00
|
|
|
publishChannels=eap
|
2019-07-02 16:28:12 +02:00
|
|
|
|
|
|
|
slackUrl=
|
2022-11-02 12:25:13 +01:00
|
|
|
youtrackToken=
|
2021-12-01 00:10:59 +01:00
|
|
|
|
|
|
|
# Gradle settings
|
|
|
|
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
|
2022-11-09 23:47:22 +01:00
|
|
|
|
|
|
|
# Disable warning from gradle-intellij-plugin. Kotlin stdlib is included as compileOnly, so the warning is unnecessary
|
2023-06-09 12:15:42 +02:00
|
|
|
kotlin.stdlib.default.dependency=false
|
|
|
|
|
|
|
|
# Disable incremental annotation processing
|
2021-10-18 13:36:02 +02:00
|
|
|
ksp.incremental=false
|