Johannes Müller
04/27/2023, 6:26 AMkapa.ai
04/27/2023, 6:26 AMkapa.ai
04/27/2023, 6:27 AM-x test flag with the ./gradlew build command. For example, to build the Airbyte Platform without running tests, you can use the following command: SUB_BUILD=PLATFORM ./gradlew build -x test This command will build the platform and skip the tests during the build process. Source: [Gradle Cheatsheet](https://docs.airbyte.com/contributing-to-airbyte/gradle-cheatsheet)Johannes Müller
04/27/2023, 6:30 AMJohannes Müller
04/27/2023, 6:31 AMassemble task skip tests?