Skip to content

Commit 75003b9

Browse files
committed
Merge branch 'main' into 4.0.x
2 parents c6bf59c + 330eeda commit 75003b9

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
@@ -95,6 +95,7 @@ private List<File> pluginClasspath() {
9595
classpath.add(new File(pathOfJarContaining(KotlinCompilerPluginSupportPlugin.class)));
9696
classpath.add(new File(pathOfJarContaining(LanguageSettings.class)));
9797
}
98+
classpath.add(new File(pathOfJarContaining("org.apache.commons.lang3.ArrayFill")));
9899
classpath.add(new File(pathOfJarContaining("org.apache.commons.io.Charsets")));
99100
classpath.add(new File(pathOfJarContaining(ArchiveEntry.class)));
100101
classpath.add(new File(pathOfJarContaining(BuildRequest.class)));

0 commit comments

Comments
 (0)