1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-03-03 18:32:54 +01:00
IntelliJ-IdeaVim/gradle.properties

37 lines
897 B
Properties
Raw Normal View History

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
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
publishToken=token
2019-04-01 15:03:01 +02:00
publishChannels=eap
slackUrl=
youtrackToken=
# Gradle settings
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
# Disable warning from gradle-intellij-plugin. Kotlin stdlib is included as compileOnly, so the warning is unnecessary
kotlin.stdlib.default.dependency=false
# Disable incremental annotation processing
2021-10-18 13:36:02 +02:00
ksp.incremental=false