Skip to content

Commit

Permalink
config: disable eclipse due to jdk runtime version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Oct 16, 2024
1 parent cfed242 commit 356ffe2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ workflows:
- validate-with-maven-script:
name: "checkstyle-regression"
command: "./.ci/validation.sh checkstyle-regression"
- validate-with-maven-script:
name: "eclipse-analysis"
command: "./.ci/validation.sh eclipse-analysis"
# until https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues/1039
# - validate-with-maven-script:
# name: "eclipse-analysis"
# command: "./.ci/validation.sh eclipse-analysis"

0 comments on commit 356ffe2

Please sign in to comment.