Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Ivar Hatledal committed Jul 9, 2020
1 parent a0e39ab commit 95073c2
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ ssp(archiveName: String) {
<ChildElement value="something"/>
</MyElement>
"""
}
}
copyFrom(component: String)
}
}
}
Expand All @@ -211,6 +212,10 @@ ssp(archiveName: String) {

}

namespaces {
namespace(namespace: String, uri: String)
}

resources {
file(path: String)
url(path: String)
Expand Down Expand Up @@ -238,7 +243,16 @@ pluginManagement {
And apply the plugin as usual:

```groovy
id 'no.ntnu.ihb.sspgen' version '0.1.1'
plugins {
id 'no.ntnu.ihb.sspgen' version '0.1.1'
}
sspgen {
outputDir: String
files: List<String>
urls: List<String>
}
```

#### Prebuilt sspgen executable
Expand Down

0 comments on commit 95073c2

Please sign in to comment.