Skip to content

Commit de10b52

Browse files
alpeshvase5l
andauthored
Remove inline comment
Co-authored-by: Leonid Stashevsky <[email protected]>
1 parent 7017e82 commit de10b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ kotlin {
198198
explicitApi = ExplicitApiMode.Strict
199199

200200
jvmToolchain {
201-
languageVersion = JavaLanguageVersion.of(17) // Downgrade to JDK 17 which is more likely to be available
201+
languageVersion = JavaLanguageVersion.of(17)
202202
}
203203

204204
sourceSets {

0 commit comments

Comments
 (0)