-
-
Notifications
You must be signed in to change notification settings - Fork 1
Tech Detail Development
Sam Cao edited this page Jun 16, 2023
·
4 revisions
OS | Linux/Windows/MacOS |
---|---|
JDK | 17 |
IDE | Intellij IDEA |
Gradle | 8.1+ |
Node.js | 18+ |
- After Node.js is installed, please run the following commands. The npm libraries are required by some unit test cases.
cd scripts/node
npm install
gradle build
gradle test