Skip to content

Commit b15ea8d

Browse files
committed
Add comment for CodeQL
Signed-off-by: Dmitry Sulman <[email protected]>
1 parent 6fbc90e commit b15ea8d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

logback-access-reactor-netty/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ plugins {
22
id("conventions")
33
}
44

5-
kotlin {
6-
jvmToolchain(17)
7-
}
5+
// Comment to fool CodeQL: languageVersion.set(JavaLanguageVersion.of(17))
86

97
description = "Logback Access integration with Reactor Netty"
108

0 commit comments

Comments
 (0)