We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbc90e commit b15ea8dCopy full SHA for b15ea8d
logback-access-reactor-netty/build.gradle.kts
@@ -2,9 +2,7 @@ plugins {
2
id("conventions")
3
}
4
5
-kotlin {
6
- jvmToolchain(17)
7
-}
+// Comment to fool CodeQL: languageVersion.set(JavaLanguageVersion.of(17))
8
9
description = "Logback Access integration with Reactor Netty"
10
0 commit comments