Skip to content

Commit 512ccfb

Browse files
committed
define gradle plugins used in code (com.github.psxpaul.execfork and org.springframework.boot) as project dependencies
1 parent 0b97532 commit 512ccfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ dependencies {
4949
implementation("khttp:khttp:1.0.0")
5050
implementation("com.google.code.gson:gson:2.8.6")
5151
implementation("org.awaitility:awaitility-kotlin:4.0.3")
52-
implementation(files("$projectDir/libs/gradle-processes-0.5.0.jar"))
52+
implementation("com.github.psxpaul:gradle-execfork-plugin:0.1.15")
53+
implementation("org.springframework.boot:spring-boot-gradle-plugin:2.5.6")
5354

5455
testImplementation(gradleTestKit())
5556
testImplementation(platform("org.junit:junit-bom:5.7.1"))

0 commit comments

Comments
 (0)