We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267fdf5 commit dcd8f32Copy full SHA for dcd8f32
README.md
@@ -29,7 +29,7 @@ You can use the [download plugin](https://github.com/michel-kraemer/gradle-downl
29
30
```gradle
31
plugins {
32
- id "de.undercouch.download" version "1.2"
+ id "de.undercouch.download" version "3.3.0"
33
}
34
35
import de.undercouch.gradle.tasks.download.Download
src/doc/templates/README.template.md
@@ -10,7 +10,7 @@ Applying the plugin
10
11
12
13
- id "me.seeber.gradle-wsimport-plugin" version "${project.version}"
+ id "me.seeber.wsimport" version "${project.version}"
14
15
```
16
0 commit comments