Skip to content

Commit

Permalink
Add info that JARs are signed to README (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg1 committed May 17, 2021
1 parent 26ea7bb commit 8527359
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ The snapshots are deployed during the build to:

* <https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/>

##### Signed JARs

The Maven Repositories, p2 Update Sites, and the Snapshots contain _signed jars_. If you plan to simply add them to your own jar, you'll need to [remove/exclude](https://stackoverflow.com/a/6743609/14376491) or [update/override](https://stackoverflow.com/a/46014819/14376491) these signatures.

### Supported LSP Versions

* LSP4J 0.13.&ast; &rarr; LSP 3.16.0
Expand Down

0 comments on commit 8527359

Please sign in to comment.