1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-09 18:34:06 +02:00
IntelliJ-IdeaVim/gradle.properties
2022-10-28 08:16:10 +03:00

21 lines
422 B
Properties

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