1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-10-18 01:42:46 +02:00
IntelliJ-IdeaVim/gradle.properties
2022-06-07 01:13:07 +06:00

20 lines
421 B
Properties

# suppress inspection "UnusedProperty" for whole file
ideaVersion=LATEST-EAP-SNAPSHOT
downloadIdeaSources=true
instrumentPluginCode=true
version=SNAPSHOT
javaVersion=11
remoteRobotVersion=0.11.10
antlrVersion=4.10.1
# Please don't forget to update kotlin version in buildscript section
kotlinVersion=1.6.21
publishToken=token
publishChannels=eap
slackUrl=
# Gradle settings
org.gradle.jvmargs='-Dfile.encoding=UTF-8'