blob: bfbe9d4f451b2ee38b4b1b7edf9b8197a65e7702 [file] [log] [blame] [view] [edit]
# How to publish JPS locally to consume it in Intellij Idea
You can use `installJps` task or run:
```shell
cd ..
./gradlew installJps && \
echo Finished successfully
```