Skip to content

Commit 0eb6944

Browse files
committed
Merge branch '3.4.x'
2 parents 129a201 + 8552bc0 commit 0eb6944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/testkit/PluginClasspathGradleBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private List<File> pluginClasspath() {
8484
new File(pathOfJarContaining(HttpClientConnectionManager.class)),
8585
new File(pathOfJarContaining(HttpRequest.class)),
8686
new File(pathOfJarContaining(HttpVersionPolicy.class)), new File(pathOfJarContaining(Module.class)),
87-
new File(pathOfJarContaining(Versioned.class)),
87+
new File(pathOfJarContaining(Versioned.class)), new File(pathOfJarContaining(JsonView.class)),
8888
new File(pathOfJarContaining(ParameterNamesModule.class)),
8989
new File(pathOfJarContaining(JsonView.class)), new File(pathOfJarContaining(Platform.class)),
9090
new File(pathOfJarContaining(Toml.class)), new File(pathOfJarContaining(Lexer.class)),

0 commit comments

Comments
 (0)