Skip to content

Commit 89b49f5

Browse files
Fix system test runtime classpath and build scan notification
See gh-25824
1 parent 7b0cc3a commit 89b49f5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ci/tasks/run-system-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
platform: linux
33
inputs:
44
- name: git-repo
5+
outputs:
6+
- name: git-repo
57
caches:
68
- path: gradle
79
params:

spring-boot-system-tests/spring-boot-image-tests/build.gradle

+7
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,14 @@ dependencies {
2828
systemTestImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
2929
systemTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
3030
systemTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform"))
31+
systemTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-tools"))
32+
systemTestImplementation("io.spring.gradle:dependency-management-plugin")
3133
systemTestImplementation(gradleTestKit())
34+
systemTestImplementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
35+
systemTestImplementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
36+
systemTestImplementation("org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlinVersion")
37+
systemTestImplementation("org.jetbrains.kotlin:kotlin-compiler-runner:$kotlinVersion")
38+
systemTestImplementation("org.jetbrains.kotlin:kotlin-daemon-client:$kotlinVersion")
3239
systemTestImplementation("org.assertj:assertj-core")
3340
systemTestImplementation("org.testcontainers:junit-jupiter")
3441
systemTestImplementation("org.testcontainers:testcontainers")

0 commit comments

Comments
 (0)