Skip to content

Commit

Permalink
Fix testLatestDeps lint error (#5219)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Jan 25, 2022
1 parent efc5dc7 commit 87d26ae
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ dependencies {
testLibrary("org.eclipse.jetty:jetty-servlet:11.0.0")
testLibrary("org.apache.tomcat.embed:tomcat-embed-core:10.0.0")
testLibrary("org.apache.tomcat.embed:tomcat-embed-jasper:10.0.0")

// Tomcat 10.1 requires Java 11
latestDepTestLibrary("org.apache.tomcat.embed:tomcat-embed-core:10.0.+")
latestDepTestLibrary("org.apache.tomcat.embed:tomcat-embed-jasper:10.0.+")
}

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

0 comments on commit 87d26ae

Please sign in to comment.