Skip to content

Commit

Permalink
Merge pull request #225 from weiqigao/6.1.x
Browse files Browse the repository at this point in the history
Removed code generation jetty.version=10.0 in gradle.properties when …
  • Loading branch information
puneetbehl authored Nov 2, 2023
2 parents 6d51716 + 177146d commit 79779ee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public void apply(GeneratorContext generatorContext) {
.groupId("org.springframework.boot")
.artifactId("spring-boot-starter-jetty")
.compile());
generatorContext.getBuildProperties().put("jetty.version", "10.0");
}

@Override
Expand Down

0 comments on commit 79779ee

Please sign in to comment.