Skip to content

Commit 52486a9

Browse files
committed
Mark example as using kotlin syntax
1 parent e73f8b6 commit 52486a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If the project also applies the `java` plugin the task searches the `runtimeClas
2424
### Customization
2525

2626
You can also explicitly specify the configuration
27-
```
27+
```kotlin
2828
tasks.named<DetectCollisionsTask>("detectCollisions").configure {
2929
configurations.from(project.configurations.runtimeClasspath)
3030
}

0 commit comments

Comments
 (0)