mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			981 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			981 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
| # IntelliJ Platform Artifacts Repositories
 | |
| # -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
 | |
| 
 | |
| pluginGroup = %GROUP%
 | |
| pluginName_ = %NAME%
 | |
| pluginVersion = 0.0.1
 | |
| pluginSinceBuild = 193
 | |
| pluginUntilBuild = 202.*
 | |
| # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
 | |
| # See https://jb.gg/intellij-platform-builds-list for available build versions
 | |
| pluginVerifierIdeVersions = 2019.3.5, 2020.1.4, 2020.2.3
 | |
| 
 | |
| platformType = IC
 | |
| platformVersion = 2019.3
 | |
| platformDownloadSources = true
 | |
| # Plugin Dependencies -> https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html
 | |
| # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
 | |
| platformPlugins =
 | |
| 
 | |
| # Opt-out flag for bundling Kotlin standard library.
 | |
| # See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
 | |
| kotlin.stdlib.default.dependency = false
 |