This is a Java project using both gradle and maven and following common structure for a java project. The intention for this is to prepare for the . For more information on Java certifications please visit Oracle Education.
Use the git command to clone the project and then you can use either maven or gradle to install dependencies.
git clone https://github.com/carlospatinos/ocjp7
mvn clean install
gadle build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.