mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	Gradle – changelog plugin configuration update
This commit is contained in:
		
							parent
							
								
									a37354dfc3
								
							
						
					
					
						commit
						e950245010
					
				@ -12,6 +12,7 @@
 | 
			
		||||
- Update `pluginVerifierIdeVersions` to `2020.3.4, 2021.1.3`
 | 
			
		||||
- Change since/until build to `203-212.*`
 | 
			
		||||
- Upgrade Gradle Wrapper to `7.1.1`
 | 
			
		||||
- Gradle – Changelog plugin configuration update
 | 
			
		||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.5.20`
 | 
			
		||||
- Dependencies - upgrade `org.jetbrains.changelog` to `1.2.0`
 | 
			
		||||
- Dependencies - upgrade `org.jetbrains.intellij` to `1.1.2`
 | 
			
		||||
 | 
			
		||||
@ -46,8 +46,8 @@ intellij {
 | 
			
		||||
// Configure gradle-changelog-plugin plugin.
 | 
			
		||||
// Read more: https://github.com/JetBrains/gradle-changelog-plugin
 | 
			
		||||
changelog {
 | 
			
		||||
    version = properties("pluginVersion")
 | 
			
		||||
    groups = emptyList()
 | 
			
		||||
    version.set(properties("pluginVersion"))
 | 
			
		||||
    groups.set(emptyList())
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Configure detekt plugin.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user