Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Extract code style checks into separate job #1350

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

erikghonyan
Copy link
Contributor

  • No need to run it multiple times
  • This is where we'll also run spotless on the convention plugins, which has to be a separate command because Gradle doesn't propagate the requested tasks to included builds, and we need to pass the project directory when running it ./gradlew -p gradle/build-logic spotlessCheck

- No need to run it multiple times
- This is where we'll also run spotless on the convention plugins, which has to be a separate command because Gradle doesn't propagate the requested tasks to included builds, and we need to pass the project directory when running it
  ./gradlew -p gradle/build-logic spotlessCheck
@chrisbanes chrisbanes merged commit 3e42aed into chrisbanes:main Jul 3, 2023
@erikghonyan erikghonyan deleted the code-style-checks branch July 3, 2023 21:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants