Skip to content

Commit

Permalink
Remove one useless (and not working) instruction in build.gradle
Browse files Browse the repository at this point in the history
Useless because one-jar does not obey it.

However, this did not make it into the manifest which it should have according
to the docs... Unless I have misread it.

Signed-off-by: Francis Galiegue <[email protected]>
  • Loading branch information
fge committed Apr 9, 2014
1 parent 90d7a2f commit 3b1f59d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ task fullJar(type: OneJar) {
mainClass = "com.github.fge.jsonschema.main.Main";
mergeManifestFromJar = true;
archiveName = "jsonschema.jar";
manifest {
attributes 'One-Jar-Silent': true;
}
}

artifacts {
Expand Down

0 comments on commit 3b1f59d

Please sign in to comment.