Steps to build Rossynt:
- Docker
Run in shell script:
cd backend
./publish.sh
The output will be in plugin/src/main/resources/raw/RossyntBackend
.
- JDK 17
Run in shell script:
cd plugin
./gradlew buildPlugin
The output will be in plugin/build/distributions
.