mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	Removed updateSinceUntilBuild.set(true) from Gradle configuration to use default value
				
					
				
			This commit is contained in:
		
							parent
							
								
									caa68cf40b
								
							
						
					
					
						commit
						fb8c66b998
					
				| @ -16,6 +16,7 @@ | |||||||
| ### Removed | ### Removed | ||||||
| - Removed the `pluginVerifierIdeVersions` configuration to use default IDEs list provided by the `listProductsReleases` task for `runPluginVerifier`  | - Removed the `pluginVerifierIdeVersions` configuration to use default IDEs list provided by the `listProductsReleases` task for `runPluginVerifier`  | ||||||
| - Removed `platformDownloadSources` from Gradle configuration to use default value  | - Removed `platformDownloadSources` from Gradle configuration to use default value  | ||||||
|  | - Removed `updateSinceUntilBuild.set(true)` from Gradle configuration to use default value  | ||||||
| 
 | 
 | ||||||
| ## [1.0.0] | ## [1.0.0] | ||||||
| ### Added | ### Added | ||||||
|  | |||||||
| @ -29,7 +29,6 @@ intellij { | |||||||
|     pluginName.set(properties("pluginName")) |     pluginName.set(properties("pluginName")) | ||||||
|     version.set(properties("platformVersion")) |     version.set(properties("platformVersion")) | ||||||
|     type.set(properties("platformType")) |     type.set(properties("platformType")) | ||||||
|     updateSinceUntilBuild.set(true) |  | ||||||
| 
 | 
 | ||||||
|     // Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file. |     // Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file. | ||||||
|     plugins.set(properties("platformPlugins").split(',').map(String::trim).filter(String::isNotEmpty)) |     plugins.set(properties("platformPlugins").split(',').map(String::trim).filter(String::isNotEmpty)) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user