Skip to content

Commit

Permalink
Mark example as using kotlin syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
REPLicated committed May 17, 2024
1 parent e73f8b6 commit 52486a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<DetectCollisionsTask>("detectCollisions").configure {
configurations.from(project.configurations.runtimeClasspath)
}
Expand Down

0 comments on commit 52486a9

Please sign in to comment.