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 fab65a9 commit 917f2b2Copy full SHA for 917f2b2
README.md
@@ -21,7 +21,7 @@ This library serves as a bridge between the Reactor Netty HTTP logging mechanism
21
22
## Dependencies
23
24
-- Java 8+
+- Java 17+
25
- Logback-access 2.0.6
26
- Reactor Netty HTTP Server 1.2.6-SNAPSHOT
27
- SLF4J 2.0.17
buildSrc/src/main/kotlin/conventions.gradle.kts
@@ -24,13 +24,13 @@ repositories {
kotlin {
compilerOptions {
- jvmTarget = JvmTarget.JVM_1_8
+ jvmTarget = JvmTarget.JVM_17
28
}
29
jvmToolchain(21)
30
31
32
java {
33
- targetCompatibility = JavaVersion.VERSION_1_8
+ targetCompatibility = JavaVersion.VERSION_17
34
withSourcesJar()
35
36
0 commit comments