Skip to content

Commit

Permalink
Fix JDK version for ktor-server-openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Nov 22, 2024
1 parent 2bca7b1 commit e6474b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildSrc/src/main/kotlin/KtorBuildProperties.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ private val jdk11Modules = setOf(
"ktor-client-jetty-jakarta",
"ktor-server-jetty-jakarta",
"ktor-server-jetty-test-http2-jakarta",
"ktor-server-tomcat-jakarta",
"ktor-server-openapi",
"ktor-server-servlet-jakarta",
"ktor-server-tomcat-jakarta",
)

0 comments on commit e6474b9

Please sign in to comment.