| # Ignite modular environment test project |
| |
| This project intended for testing Ignite artifacts separately from main project. |
| |
| ## Local Setup |
| To import project use Import from existing sources, use gradle option: |
| [modules\dev-utils\ignite-modules-test\build.gradle](build.gradle) |
| |
| After imoport of gradle, it may require resync. |
| Use latest gradle distribution, because older versions may not support modules. |
| |
| This project is compatible only with Java 11. |
| |
| ## Used Ignite version |
| By default this project uses Ignite version of previous released Ignite, but it can be switched to snapshot version if needed. |
| |