Skip to content

Commit 3d6e4bc

Browse files
committed
hopefully reducing sporadic maven problems with caching #3
1 parent 5c1af8e commit 3d6e4bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ jobs:
9595
with:
9696
python-version: '3.12'
9797

98+
- name: Set up Java
99+
uses: actions/setup-java@v5
100+
with:
101+
distribution: 'temurin'
102+
java-version: '21'
103+
cache: 'maven'
104+
98105
- name: Preparing wheel eclipse-sumo
99106
run: python tools/build_config/version.py --pep440 build_config/pyproject/eclipse-sumo.toml pyproject.toml
100107

0 commit comments

Comments
 (0)