-
Notifications
You must be signed in to change notification settings - Fork 4
01. Requirements
Fernando Rubbo edited this page Jan 9, 2015
·
4 revisions
In this page we describe the minimum requirements for running SCD4J
You must have Java 8 installed and JAVA_HOME set
You need to have Gradle 2.1 or up installed in your development environment just for the first run. After that, SCD4J automatically install a Gradle wrapper. This wrapper must be commit in your source code repository along with the SCD4J project. This ensures that no other execution will require to have pre-installed Gradle.
To understand more about Gradle Wrapper, take a look at gradle documentation
Important Note: to run scd4j-examples there is no need to have a pre-installed Gradle.