mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	Use IntelliJ Platform Gradle Plugin 2.0.0-beta1
				
					
				
			This commit is contained in:
		
							parent
							
								
									8c641e4966
								
							
						
					
					
						commit
						767bea0f5a
					
				@ -4,6 +4,12 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## [Unreleased]
 | 
					## [Unreleased]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Added
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Use IntelliJ Platform Gradle Plugin `2.0.0-beta1`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Changed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Upgrade Gradle Wrapper to `8.8`
 | 
					- Upgrade Gradle Wrapper to `8.8`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [1.14.0] - 2024-05-30
 | 
					## [1.14.0] - 2024-05-30
 | 
				
			||||||
 | 
				
			|||||||
@ -3,9 +3,9 @@
 | 
				
			|||||||
exampleLibrary = "24.1.0"
 | 
					exampleLibrary = "24.1.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# plugins
 | 
					# plugins
 | 
				
			||||||
kotlin = "2.0.0"
 | 
					 | 
				
			||||||
changelog = "2.2.0"
 | 
					changelog = "2.2.0"
 | 
				
			||||||
intelliJPlatform = "2.0.0-SNAPSHOT"
 | 
					intelliJPlatform = "2.0.0-beta1"
 | 
				
			||||||
 | 
					kotlin = "2.0.0"
 | 
				
			||||||
kover = "0.8.0"
 | 
					kover = "0.8.0"
 | 
				
			||||||
qodana = "2024.1.5"
 | 
					qodana = "2024.1.5"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1,10 +1,3 @@
 | 
				
			|||||||
// Use IntelliJ Platform Gradle Plugin snapshot repository
 | 
					 | 
				
			||||||
pluginManagement {
 | 
					 | 
				
			||||||
    repositories {
 | 
					 | 
				
			||||||
        maven("https://oss.sonatype.org/content/repositories/snapshots/")
 | 
					 | 
				
			||||||
        gradlePluginPortal()
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
plugins {
 | 
					plugins {
 | 
				
			||||||
    id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
 | 
					    id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user