You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.