gradlew command

When you developed your code and ready to push to origin, you can verify your code first by these two steps:

  1. ./gradlew spotlessApply for formatting your code to meet the lightspeed2's sonar check
  2. ./gradlew build test for past all tests and coverage

./gradlew dependencies

posted @ 2021-01-06 18:16  tonggc1668  阅读(46)  评论(0编辑  收藏  举报