Skip to content

Commit dcd8f32

Browse files
committed
update plugin name in readme template as well
1 parent 267fdf5 commit dcd8f32

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
@@ -29,7 +29,7 @@ You can use the [download plugin](https://github.com/michel-kraemer/gradle-downl
2929

3030
```gradle
3131
plugins {
32-
id "de.undercouch.download" version "1.2"
32+
id "de.undercouch.download" version "3.3.0"
3333
}
3434
3535
import de.undercouch.gradle.tasks.download.Download

src/doc/templates/README.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Applying the plugin
1010

1111
```gradle
1212
plugins {
13-
id "me.seeber.gradle-wsimport-plugin" version "${project.version}"
13+
id "me.seeber.wsimport" version "${project.version}"
1414
}
1515
```
1616

0 commit comments

Comments
 (0)