diff --git a/README.md b/README.md index b28f557..3076786 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If the project also applies the `java` plugin the task searches the `runtimeClas ### Customization You can also explicitly specify the configuration -``` +```kotlin tasks.named("detectCollisions").configure { configurations.from(project.configurations.runtimeClasspath) }