Skip to content

Commit

Permalink
Fix links to Gradle samples (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
valery1707 authored Jul 12, 2024
1 parent f63b045 commit 433e8e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ Requires a gradle version no lower than 7.0

You can see how the plugin is configured in our examples:
- [Kotlin DSL](examples/gradle-kotlin-dsl/build.gradle.kts)
- [Kotlin DSL for multi-module project](examples/gradle-kotlin-dsl/build.gradle.kts)
- [Groovy DSL](examples/gradle-kotlin-dsl/build.gradle.kts)
- [Kotlin DSL for multi-module project](examples/gradle-kotlin-dsl-multiproject/build.gradle.kts)
- [Groovy DSL](examples/gradle-groovy-dsl/build.gradle)

<details>
<summary>Add this plugin to your `build.gradle.kts`:</summary>
Expand Down

0 comments on commit 433e8e6

Please sign in to comment.