code cleanup

pull/295/head
Jakub Chrzanowski 2 years ago committed by Jakub Chrzanowski
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…
Cancel
Save