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.
testRuntimeOnly(gradleApi())
gradle-enterprise-gradle-plugin
1 parent 0e65b4e commit f4a0a01Copy full SHA for f4a0a01
build.gradle.kts
@@ -63,7 +63,7 @@ dependencies {
63
exclude("com.google.auto.service", "auto-service-annotations")
64
}
65
66
- testRuntimeOnly("org.gradle:gradle-tooling-api:latest.release")
+ testRuntimeOnly(gradleApi())
67
68
testRuntimeOnly("com.tngtech.archunit:archunit:0.23.1")
69
testRuntimeOnly("com.github.javafaker:javafaker:latest.release") {
0 commit comments