anton-vinogradov commented on code in PR #13281:
URL: https://github.com/apache/ignite/pull/13281#discussion_r3480840634
##########
.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:
Good catch — removed. The `scala` profile no longer exists (deleted in
IGNITE-18301 together with the visor console; scala modules live in extensions
now), so `-Pscala` was a no-op. Dropped it from both invocations in 13a45303063.
--
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]