Skip to content

Commit f4a0a01

Browse files
committed
Adopt testRuntimeOnly(gradleApi()) over missing gradle-enterprise-gradle-plugin
1 parent 0e65b4e commit f4a0a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
exclude("com.google.auto.service", "auto-service-annotations")
6464
}
6565

66-
testRuntimeOnly("org.gradle:gradle-tooling-api:latest.release")
66+
testRuntimeOnly(gradleApi())
6767

6868
testRuntimeOnly("com.tngtech.archunit:archunit:0.23.1")
6969
testRuntimeOnly("com.github.javafaker:javafaker:latest.release") {

0 commit comments

Comments
 (0)