-
Notifications
You must be signed in to change notification settings - Fork 0
Setting Up a Dev Environment
Assaf Attias edited this page Oct 27, 2024
·
3 revisions
The OIS ecosystem is not available in Maven Central and must be installed locally.
-
Clone the core library repository:
git clone https://github.com/attiasas/ois-core.git
-
Navigate to the cloned directory and publish the library to Maven Local:
windows
./gradlew.bat publishToMavenLocal
Mac / Linux
./gradlew publishToMavenLocal
-
Clone the plugin repository:
git clone https://github.com/attiasas/ois-gradle-plugin.git
-
Navigate to the cloned directory and publish the library to Maven Local:
windows
./gradlew.bat publishToMavenLocal
Mac / Linux
./gradlew publishToMavenLocal
Continue to Configure Your Simulation Project
© 2024