mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	Unify gradle.properties comments format (#270)
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
This commit is contained in:
		
							parent
							
								
									0644b59d8e
								
							
						
					
					
						commit
						021cfaa283
					
				| @ -1,13 +1,11 @@ | |||||||
| # IntelliJ Platform Artifacts Repositories | # IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html | ||||||
| # -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html |  | ||||||
| 
 | 
 | ||||||
| pluginGroup = org.jetbrains.plugins.template | pluginGroup = org.jetbrains.plugins.template | ||||||
| pluginName = IntelliJ Platform Plugin Template | pluginName = IntelliJ Platform Plugin Template | ||||||
| # SemVer format -> https://semver.org | # SemVer format -> https://semver.org | ||||||
| pluginVersion = 1.1.2 | pluginVersion = 1.1.2 | ||||||
| 
 | 
 | ||||||
| # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html | # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html | ||||||
| # for insight into build numbers and IntelliJ Platform versions. |  | ||||||
| pluginSinceBuild = 212 | pluginSinceBuild = 212 | ||||||
| pluginUntilBuild = 221.* | pluginUntilBuild = 221.* | ||||||
| 
 | 
 | ||||||
| @ -22,7 +20,6 @@ platformPlugins = | |||||||
| # Gradle Releases -> https://github.com/gradle/gradle/releases | # Gradle Releases -> https://github.com/gradle/gradle/releases | ||||||
| gradleVersion = 7.4.2 | gradleVersion = 7.4.2 | ||||||
| 
 | 
 | ||||||
| # Opt-out flag for bundling Kotlin standard library. | # Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library | ||||||
| # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. |  | ||||||
| # suppress inspection "UnusedProperty" | # suppress inspection "UnusedProperty" | ||||||
| kotlin.stdlib.default.dependency = false | kotlin.stdlib.default.dependency = false | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user