-
-
Notifications
You must be signed in to change notification settings - Fork 819
How to build Byte Buddy
Rafael Winterhalter edited this page May 22, 2019
·
2 revisions
The project is built using Maven. From your shell, cloning and building the project would go something like this:
git clone https://github.com/raphw/byte-buddy.git
cd byte-buddy
mvn package
On these commands, Byte Buddy is cloned from GitHub and built on your machine. Further build options are listed in the root POM file. Byte Buddy is currently tested for versions 6 and upwards of the JDK on CI servers.