mirror of
				https://github.com/chylex/IntelliJ-IdeaVim.git
				synced 2025-10-31 11:17:13 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			53 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
| #
 | |
| # Copyright 2003-2023 The IdeaVim authors
 | |
| #
 | |
| # 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.
 | |
| #
 | |
| 
 | |
| # suppress inspection "UnusedProperty" for whole file
 | |
| 
 | |
| # ideaVersion is the version of the IDE that will be added as a compile-time dependency. The format can be either
 | |
| # product version (e.g. 2024.1, 2024.1.1) or build (e.g. 241.15989.150, 241-EAP-SNAPSHOT). The dependency will be
 | |
| # resolved against the configured repositories, which by default includes Maven releases and snapshots, the CDN used to
 | |
| # download consumer releases, the plugin marketplace and so on.
 | |
| # You can find an example list of all CDN based versions for IDEA Community here:
 | |
| # https://data.services.jetbrains.com/products?code=IC
 | |
| # Maven releases are here: https://www.jetbrains.com/intellij-repository/releases
 | |
| # And snapshots: https://www.jetbrains.com/intellij-repository/snapshots
 | |
| ideaVersion=2025.1
 | |
| # Values for type: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension-type
 | |
| ideaType=IC
 | |
| instrumentPluginCode=true
 | |
| version=chylex-52
 | |
| javaVersion=21
 | |
| remoteRobotVersion=0.11.23
 | |
| antlrVersion=4.10.1
 | |
| 
 | |
| 
 | |
| # Please don't forget to update kotlin version in buildscript section
 | |
| # Also update kotlinxSerializationVersion version
 | |
| kotlinVersion=2.2.0
 | |
| publishToken=token
 | |
| publishChannels=eap
 | |
| 
 | |
| # Kotlinx serialization also uses some version of kotlin stdlib under the hood. However,
 | |
| #   we exclude this version from the dependency and use our own version of kotlin that is specified above
 | |
| kotlinxSerializationVersion=1.6.2
 | |
| 
 | |
| slackUrl=
 | |
| youtrackToken=
 | |
| 
 | |
| # Gradle settings
 | |
| org.gradle.jvmargs='-Dfile.encoding=UTF-8'
 | |
| org.gradle.caching=true
 | |
| 
 | |
| # 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
 | |
| ksp.incremental=false
 | |
| # KSP2 is used with java 21: https://github.com/google/ksp/issues/740#issuecomment-2313498615
 | |
| ksp.useKSP2=true
 |