mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	Dependencies - upgrade org.jetbrains.intellij to 0.6.2
				
					
				
			This commit is contained in:
		
							parent
							
								
									e2c8a1f847
								
							
						
					
					
						commit
						18a1a39277
					
				| @ -5,6 +5,7 @@ | |||||||
| ## [Unreleased] | ## [Unreleased] | ||||||
| ### 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` | ||||||
| 
 | 
 | ||||||
| ## [0.6.0] | ## [0.6.0] | ||||||
| ### Added | ### Added | ||||||
|  | |||||||
| @ -9,7 +9,7 @@ plugins { | |||||||
|     // Kotlin support |     // Kotlin support | ||||||
|     id("org.jetbrains.kotlin.jvm") version "1.4.10" |     id("org.jetbrains.kotlin.jvm") version "1.4.10" | ||||||
|     // gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin |     // gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin | ||||||
|     id("org.jetbrains.intellij") version "0.6.1" |     id("org.jetbrains.intellij") version "0.6.2" | ||||||
|     // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin |     // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin | ||||||
|     id("org.jetbrains.changelog") version "0.6.2" |     id("org.jetbrains.changelog") version "0.6.2" | ||||||
|     // detekt linter - read more: https://detekt.github.io/detekt/gradle.html |     // detekt linter - read more: https://detekt.github.io/detekt/gradle.html | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user