mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	Remove redundant IntelliJ Platform dependency helpers: instrumentationTools(), pluginVerifier(), zipSigner()
				
					
				
			This commit is contained in:
		
							parent
							
								
									617843b736
								
							
						
					
					
						commit
						300b507c03
					
				| @ -4,6 +4,10 @@ | |||||||
| 
 | 
 | ||||||
| ## [Unreleased] | ## [Unreleased] | ||||||
| 
 | 
 | ||||||
|  | ### Removed | ||||||
|  | 
 | ||||||
|  | - Remove redundant IntelliJ Platform dependency helpers: `instrumentationTools()`, `pluginVerifier()`, `zipSigner()` | ||||||
|  | 
 | ||||||
| ### Changed | ### Changed | ||||||
| 
 | 
 | ||||||
| - Upgrade Gradle Wrapper to `8.11.1` | - Upgrade Gradle Wrapper to `8.11.1` | ||||||
|  | |||||||
| @ -43,9 +43,6 @@ dependencies { | |||||||
|         // Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace. |         // Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace. | ||||||
|         plugins(providers.gradleProperty("platformPlugins").map { it.split(',') }) |         plugins(providers.gradleProperty("platformPlugins").map { it.split(',') }) | ||||||
| 
 | 
 | ||||||
|         instrumentationTools() |  | ||||||
|         pluginVerifier() |  | ||||||
|         zipSigner() |  | ||||||
|         testFramework(TestFrameworkType.Platform) |         testFramework(TestFrameworkType.Platform) | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user