Skip to content

Commit 887b064

Browse files
committed
Try to stabilize KotlinPluginActionIntegrationTests
See gh-46238
1 parent d251321 commit 887b064

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import org.apache.hc.core5.http.HttpRequest;
3434
import org.apache.hc.core5.http2.HttpVersionPolicy;
3535
import org.gradle.testkit.runner.GradleRunner;
36+
import org.jetbrains.kotlin.gradle.fus.BuildUidService;
3637
import org.jetbrains.kotlin.gradle.model.KotlinProject;
3738
import org.jetbrains.kotlin.gradle.plugin.KotlinCompilerPluginSupportPlugin;
3839
import org.jetbrains.kotlin.project.model.LanguageSettings;
@@ -92,6 +93,7 @@ private List<File> pluginClasspath() {
9293
classpath.add(new File(pathOfJarContaining("org.jetbrains.kotlin.konan.library.KonanLibrary")));
9394
classpath.add(new File(pathOfJarContaining(KotlinCompilerPluginSupportPlugin.class)));
9495
classpath.add(new File(pathOfJarContaining(LanguageSettings.class)));
96+
classpath.add(new File(pathOfJarContaining(BuildUidService.class)));
9597
}
9698
classpath.add(new File(pathOfJarContaining("org.apache.commons.lang3.ArrayFill")));
9799
classpath.add(new File(pathOfJarContaining("org.apache.commons.io.Charsets")));

0 commit comments

Comments
 (0)