Skip to content

Commit

Permalink
Temporarily change servlet version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andriy-dmytruk committed Aug 29, 2024
1 parent 0b80d78 commit 9bfb387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class FullMicronautRuntimeSpec extends AbstractEagerConfiguringFunctionalTest {
def "test execute tests for application for runtime: #runtime"() {
given:
settingsFile << "rootProject.name = 'hello-world'"
baseDir.resolve("gradle.properties").toFile() << "micronautServletVersion = 4.11.0"
buildFile << """
plugins {
id "io.micronaut.application"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class MicronautRuntimeSpec extends AbstractGradleBuildSpec {
def "test execute tests for application for runtime: #runtime"() {
given:
settingsFile << "rootProject.name = 'hello-world'"
baseDir.resolve("gradle.properties").toFile() << "micronautServletVersion = 4.11.0"
buildFile << """
plugins {
id "io.micronaut.minimal.application"
Expand Down

0 comments on commit 9bfb387

Please sign in to comment.