Skip to content

Commit 8c1a245

Browse files
wip
1 parent 9f3d853 commit 8c1a245

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.circleci/config.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -288,14 +288,10 @@ workflows:
288288
maven-image: [ "cimg/openjdk:17.0", "cimg/openjdk:20.0" ]
289289
- deploy-snapshot:
290290
requires:
291-
# - check-dependencies
292-
# - check-licenses
293-
# - check-generate-site
294-
# - jdk-11
295-
# - jdk-17
296-
# - jdk-20
297-
# - jdk-21
298-
# - arm64
291+
- check-dependencies
292+
- check-licenses
293+
- check-generate-site
294+
- tests-java
299295
filters:
300296
branches:
301297
only: main

0 commit comments

Comments
 (0)