mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			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.9.0
 | |
| 
 | |
| # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#intellij-platform-based-products-of-recent-ide-versions
 | |
| # for insight into build numbers and IntelliJ Platform versions.
 | |
| pluginSinceBuild = 202
 | |
| pluginUntilBuild = 211.*
 | |
| 
 | |
| # 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.4, 2021.1.2
 | |
| 
 | |
| platformType = IC
 | |
| platformVersion = 2021.1
 | |
| 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
 |