mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			991 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			991 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
| # IntelliJ Platform Artifacts Repositories
 | |
| # -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
 | |
| 
 | |
| pluginGroup = org.jetbrains.plugins.template
 | |
| pluginName_ = IntelliJ Platform Plugin Template
 | |
| pluginVersion = 0.8.2
 | |
| pluginSinceBuild = 202
 | |
| pluginUntilBuild = 203.*
 | |
| # 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 = 2020.2.4, 2020.3.2, 2021.1
 | |
| 
 | |
| platformType = IC
 | |
| platformVersion = 2020.2.4
 | |
| platformDownloadSources = true
 | |
| # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/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
 |