Skip to content

Commit 330eeda

Browse files
committed
Fix classpath of bootBuildImage integration tests
1 parent 23afabc commit 330eeda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ private List<File> pluginClasspath() {
8080
new File(pathOfJarContaining("org.jetbrains.kotlin.daemon.client.KotlinCompilerClient")),
8181
new File(pathOfJarContaining(KotlinCompilerPluginSupportPlugin.class)),
8282
new File(pathOfJarContaining(LanguageSettings.class)),
83+
new File(pathOfJarContaining("org.apache.commons.lang3.ArrayFill")),
8384
new File(pathOfJarContaining("org.apache.commons.io.Charsets")),
8485
new File(pathOfJarContaining(ArchiveEntry.class)), new File(pathOfJarContaining(BuildRequest.class)),
8586
new File(pathOfJarContaining(HttpClientConnectionManager.class)),

0 commit comments

Comments
 (0)