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

原文地址:https://www.cnblogs.com/tonggc1668/p/14242636.html