forked from linkedin/rest.li
-
Notifications
You must be signed in to change notification settings - Fork 0
Building Rest.li from Source
Joe Betz edited this page Oct 16, 2013
·
10 revisions
You can use the latest released version of Rest.li or build your own local version.
If you are not modifying the rest.li source code, you don’t need to build rest.li. You can simply depend on the jars from maven central. The latest released versions of Rest.li jars are available in the maven central repo: Pegasus artifacts in maven central repo
For details, see: Quickstart
You can also checkout, modify, or build your own copy of Rest.li.
You can get your own copy of the Rest.li respository with:
git clone git@github.com:linkedin/rest.li.wikiOr if you already have a copy of the repository, you can update with
git pullTo do a clean build type:
gradle clean buildTo install the gradle jars in your own local repository, do:
gradle install