Snippets tagged “exclude-task”
1 snippet uses this tag.
- Gradle build without testsJava
To build a Gradle project without running the tests, you can use the assemble task instead of the build task.
1 snippet uses this tag.
To build a Gradle project without running the tests, you can use the assemble task instead of the build task.