mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	Update pluginVerifierIdeVersions in the gradle.properties files
				
					
				
			This commit is contained in:
		
							parent
							
								
									18a1a39277
								
							
						
					
					
						commit
						f04885727a
					
				
							
								
								
									
										3
									
								
								.github/template-cleanup/gradle.properties
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/template-cleanup/gradle.properties
									
									
									
									
										vendored
									
									
								
							| @ -7,7 +7,8 @@ pluginVersion = 0.0.1 | |||||||
| pluginSinceBuild = 193 | pluginSinceBuild = 193 | ||||||
| pluginUntilBuild = 202.* | pluginUntilBuild = 202.* | ||||||
| # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl | # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl | ||||||
| pluginVerifierIdeVersions = 2019.3, 2020.1, 2020.2 | # See https://jb.gg/intellij-platform-builds-list for available build versions | ||||||
|  | pluginVerifierIdeVersions = 2019.3.5, 2020.1.4, 2020.2.3 | ||||||
| 
 | 
 | ||||||
| platformType = IC | platformType = IC | ||||||
| platformVersion = 2019.3 | platformVersion = 2019.3 | ||||||
|  | |||||||
| @ -6,6 +6,7 @@ | |||||||
| ### Changed | ### Changed | ||||||
| - Use [Kotlin extension function](https://jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_services.html?search=servic#retrieving-a-service) to retrieve the `MyProjectService` in the `MyProjectManagerListener` | - Use [Kotlin extension function](https://jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_services.html?search=servic#retrieving-a-service) to retrieve the `MyProjectService` in the `MyProjectManagerListener` | ||||||
| - Dependencies - upgrade `org.jetbrains.intellij` to `0.6.2` | - Dependencies - upgrade `org.jetbrains.intellij` to `0.6.2` | ||||||
|  | - Update `pluginVerifierIdeVersions` in the `gradle.properties` files | ||||||
| 
 | 
 | ||||||
| ## [0.6.0] | ## [0.6.0] | ||||||
| ### Added | ### Added | ||||||
|  | |||||||
| @ -7,7 +7,8 @@ pluginVersion = 0.6.0 | |||||||
| pluginSinceBuild = 193 | pluginSinceBuild = 193 | ||||||
| pluginUntilBuild = 202.* | pluginUntilBuild = 202.* | ||||||
| # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl | # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl | ||||||
| pluginVerifierIdeVersions = 2019.3, 2020.1, 2020.2 | # See https://jb.gg/intellij-platform-builds-list for available build versions | ||||||
|  | pluginVerifierIdeVersions = 2019.3.5, 2020.1.4, 2020.2.3 | ||||||
| 
 | 
 | ||||||
| platformType = IC | platformType = IC | ||||||
| platformVersion = 2019.3 | platformVersion = 2019.3 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user