mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			576 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			576 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
| # IntelliJ Platform Artifacts Repositories
 | |
| # -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
 | |
| 
 | |
| pluginGroup = org.jetbrains.plugins.template
 | |
| pluginName_ = IntelliJ Platform Plugin Template
 | |
| pluginVersion = 0.4.0
 | |
| pluginSinceBuild = 193
 | |
| pluginUntilBuild = 202.*
 | |
| 
 | |
| platformType = IC
 | |
| platformVersion = 2019.3
 | |
| platformDownloadSources = true
 | |
| 
 | |
| # 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
 |