Skip to content

Commit c3428b4

Browse files
authored
Update recommending new plugin DSL for groovy (@Goooler, #285)
Follow up 360d99b, this would be more idiomatic.
1 parent 360d99b commit c3428b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747

4848
```groovy
4949
plugins {
50-
id("de.mannodermaus.android-junit5").version("1.8.2.1")
50+
id "de.mannodermaus.android-junit5" version "1.8.2.1"
5151
}
5252
5353
dependencies {

README.md.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To get started, declare the plugin in your `app` module's build script alongside
4040

4141
```groovy
4242
plugins {
43-
id("de.mannodermaus.android-junit5").version("${pluginVersion}")
43+
id "de.mannodermaus.android-junit5" version "${pluginVersion}"
4444
}
4545

4646
dependencies {

0 commit comments

Comments
 (0)