We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
com.github.psxpaul.execfork
org.springframework.boot
1 parent 0b97532 commit 512ccfbCopy full SHA for 512ccfb
build.gradle.kts
@@ -49,7 +49,8 @@ dependencies {
49
implementation("khttp:khttp:1.0.0")
50
implementation("com.google.code.gson:gson:2.8.6")
51
implementation("org.awaitility:awaitility-kotlin:4.0.3")
52
- implementation(files("$projectDir/libs/gradle-processes-0.5.0.jar"))
+ implementation("com.github.psxpaul:gradle-execfork-plugin:0.1.15")
53
+ implementation("org.springframework.boot:spring-boot-gradle-plugin:2.5.6")
54
55
testImplementation(gradleTestKit())
56
testImplementation(platform("org.junit:junit-bom:5.7.1"))
0 commit comments