Skip to content

Commit

Permalink
Add example of manifest filtering to README
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill authored Aug 14, 2018
1 parent bab20fd commit 12556ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ info-jar-props Plugin (Reporter)
---------------
```
apply plugin: 'nebula.info-jar-props'
infoBroker {
excludedManifestProperties = ['Build-Date', 'Built-OS']
// or, but not both!
includedManifestProperties = ['Build-Date']
}
```

Leverages info-props to create a file, which this plugin then puts into the META-INF of all jars.
Expand Down

0 comments on commit 12556ba

Please sign in to comment.