Skip to content

Commit

Permalink
Set min java version to 17 for jaxws-3.0-metro-2.2-testing
Browse files Browse the repository at this point in the history
because Spring 6 requires Java 17
  • Loading branch information
philsttr committed Oct 18, 2023
1 parent ca5eb99 commit bb138f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
}

otelJava {
minJavaVersionSupported.set(JavaVersion.VERSION_11)
minJavaVersionSupported.set(JavaVersion.VERSION_17)
}

tasks.withType<Test>().configureEach {
Expand Down

0 comments on commit bb138f3

Please sign in to comment.