Skip to content

Commit 356ffe2

Browse files
committed
config: disable eclipse due to jdk runtime version conflict
1 parent cfed242 commit 356ffe2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ workflows:
7373
- validate-with-maven-script:
7474
name: "checkstyle-regression"
7575
command: "./.ci/validation.sh checkstyle-regression"
76-
- validate-with-maven-script:
77-
name: "eclipse-analysis"
78-
command: "./.ci/validation.sh eclipse-analysis"
76+
# until https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues/1039
77+
# - validate-with-maven-script:
78+
# name: "eclipse-analysis"
79+
# command: "./.ci/validation.sh eclipse-analysis"

0 commit comments

Comments
 (0)