Skip to content

Commit

Permalink
limit max java verson to 11 for wildfly 15
Browse files Browse the repository at this point in the history
  • Loading branch information
amarziali committed Dec 10, 2024
1 parent cc0bfe9 commit 209ad42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dd-smoke-tests/wildfly/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ext {
serverModule = 'wildfly'
serverVersion = '15.0.0.Final'
serverExtension = 'zip'
maxJavaVersionForTests = JavaVersion.VERSION_11
}

repositories {
Expand Down

0 comments on commit 209ad42

Please sign in to comment.