File tree 2 files changed +9
-0
lines changed
spring-boot-system-tests/spring-boot-image-tests
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2
2
platform : linux
3
3
inputs :
4
4
- name : git-repo
5
+ outputs :
6
+ - name : git-repo
5
7
caches :
6
8
- path : gradle
7
9
params :
Original file line number Diff line number Diff line change @@ -28,7 +28,14 @@ dependencies {
28
28
systemTestImplementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-test" ))
29
29
systemTestImplementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-test-support" ))
30
30
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" )
31
33
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 " )
32
39
systemTestImplementation(" org.assertj:assertj-core" )
33
40
systemTestImplementation(" org.testcontainers:junit-jupiter" )
34
41
systemTestImplementation(" org.testcontainers:testcontainers" )
You can’t perform that action at this time.
0 commit comments