alex-plekhanov commented on code in PR #13281:
URL: https://github.com/apache/ignite/pull/13281#discussion_r3480699684
##########
.github/workflows/commit-check.yml:
##########
@@ -96,11 +97,12 @@ jobs:
- name: Run codestyle and licenses checks
run: |
- ./mvnw test-compile
-Pall-java,licenses,lgpl,checkstyle,examples,scala,check-licenses -B -V
+ ./mvnw test-compile
-Pall-java,licenses,lgpl,checkstyle,examples,scala,check-licenses -B -V -T 1C
Review Comment:
Do we still need `scala` profile? Looks like this profile was deleted a long
time ago (all scala modules were moved to extensions)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]