mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	code cleanup
This commit is contained in:
		
							parent
							
								
									02e3eb94cb
								
							
						
					
					
						commit
						5915fcbb64
					
				| @ -26,7 +26,7 @@ repositories { | ||||
| // Set the JVM language level used to compile sources and generate files - Java 11 is required since 2020.3 | ||||
| kotlin { | ||||
|     jvmToolchain { | ||||
|         (this as JavaToolchainSpec).languageVersion.set(JavaLanguageVersion.of(11)) | ||||
|         languageVersion.set(JavaLanguageVersion.of(11)) | ||||
|     } | ||||
| } | ||||
| 
 | ||||
|  | ||||
| @ -9,6 +9,5 @@ class MyApplicationService { | ||||
| 
 | ||||
|         System.getenv("CI") | ||||
|             ?: TODO("Don't forget to remove all non-needed sample code files with their corresponding registration entries in `plugin.xml`.") | ||||
| 
 | ||||
|     } | ||||
| } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user