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 | ||||
| # -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html | ||||
| # IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html | ||||
| 
 | ||||
| pluginGroup = org.jetbrains.plugins.template | ||||
| pluginName = IntelliJ Platform Plugin Template | ||||
| # SemVer format -> https://semver.org | ||||
| pluginVersion = 1.1.2 | ||||
| 
 | ||||
| # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html | ||||
| # for insight into build numbers and IntelliJ Platform versions. | ||||
| # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html | ||||
| pluginSinceBuild = 212 | ||||
| pluginUntilBuild = 221.* | ||||
| 
 | ||||
| @ -22,7 +20,6 @@ platformPlugins = | ||||
| # Gradle Releases -> https://github.com/gradle/gradle/releases | ||||
| gradleVersion = 7.4.2 | ||||
| 
 | ||||
| # Opt-out flag for bundling Kotlin standard library. | ||||
| # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. | ||||
| # Opt-out flag for bundling Kotlin standard library -> https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library | ||||
| # suppress inspection "UnusedProperty" | ||||
| kotlin.stdlib.default.dependency = false | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user