Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill authored Aug 14, 2018
1 parent 12556ba commit 9df95fe
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ info-jar Plugin (Reporter)
---------------
```
apply plugin: 'nebula.info-jar'
// optionally configure MANIFEST.MF entries
infoBroker {
excludedManifestProperties = ['Build-Date', 'Built-OS']
// or, but not both!
includedManifestProperties = ['Build-Date']
}
```

Pumps all values from the broker into the manifest of all jar's being built.
Expand All @@ -62,12 +70,6 @@ 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 9df95fe

Please sign in to comment.