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 1.10.0
				
					
				
			This commit is contained in:
		
							parent
							
								
									466a4dbd26
								
							
						
					
					
						commit
						5cf3b0de5b
					
				@ -14,7 +14,7 @@
 | 
			
		||||
### Changed
 | 
			
		||||
- Update `changelog` extension configuration in `build.gradle.kts` file 
 | 
			
		||||
- Use `kotlin.jvmToolchain(11)` shorthand in Gradle configuration
 | 
			
		||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.9.0`
 | 
			
		||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.10.0`
 | 
			
		||||
- Dependencies - upgrade `org.jetbrains.changelog` to `2.0.0`
 | 
			
		||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.7.21`
 | 
			
		||||
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2022.2.3`
 | 
			
		||||
 | 
			
		||||
@ -9,7 +9,7 @@ plugins {
 | 
			
		||||
    // Kotlin support
 | 
			
		||||
    id("org.jetbrains.kotlin.jvm") version "1.7.21"
 | 
			
		||||
    // Gradle IntelliJ Plugin
 | 
			
		||||
    id("org.jetbrains.intellij") version "1.9.0"
 | 
			
		||||
    id("org.jetbrains.intellij") version "1.10.0"
 | 
			
		||||
    // Gradle Changelog Plugin
 | 
			
		||||
    id("org.jetbrains.changelog") version "2.0.0"
 | 
			
		||||
    // Gradle Qodana Plugin
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user