code cleanup

This commit is contained in:
Jakub Chrzanowski 2022-06-15 11:34:10 +02:00 committed by Jakub Chrzanowski
parent 02e3eb94cb
commit 5915fcbb64
2 changed files with 1 additions and 2 deletions

View File

@ -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))
}
}

View File

@ -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`.")
}
}