We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73f8b6 commit 52486a9Copy full SHA for 52486a9
README.md
@@ -24,7 +24,7 @@ If the project also applies the `java` plugin the task searches the `runtimeClas
24
### Customization
25
26
You can also explicitly specify the configuration
27
-```
+```kotlin
28
tasks.named<DetectCollisionsTask>("detectCollisions").configure {
29
configurations.from(project.configurations.runtimeClasspath)
30
}
0 commit comments