Answers for "how to gradle build in intellij skipp test cases in terminal"

1

how to gradle build in intellij skipp test cases in terminal

./gradlew build -x test or gradle build --exclude-task test -i
Posted by: Guest on August-15-2021

Code answers related to "how to gradle build in intellij skipp test cases in terminal"

Browse Popular Code Answers by Language