1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-11 23:15:43 +02:00
IntelliJ-IdeaVim/gradle.properties
2022-10-17 15:45:15 +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.6.21
publishToken=token
publishChannels=eap
slackUrl=
# Gradle settings
org.gradle.jvmargs='-Dfile.encoding=UTF-8'