mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	Add @Suppress("UnstableApiUsage") because of JvmVendorSpec.JETBRAINS
				
					
				
			This commit is contained in:
		
							parent
							
								
									d749cd8427
								
							
						
					
					
						commit
						3c136db094
					
				@ -28,6 +28,7 @@ dependencies {
 | 
			
		||||
 | 
			
		||||
// Set the JVM language level used to build the project. Use Java 11 for 2020.3+, and Java 17 for 2022.2+.
 | 
			
		||||
kotlin {
 | 
			
		||||
    @Suppress("UnstableApiUsage")
 | 
			
		||||
    jvmToolchain {
 | 
			
		||||
        languageVersion = JavaLanguageVersion.of(17)
 | 
			
		||||
        vendor = JvmVendorSpec.JETBRAINS
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user