Skip to content

Commit

Permalink
try to fix build issue on windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Gubaer committed Jan 26, 2025
1 parent 55c6b51 commit 47a3d10
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
strategy:
matrix:
platform:
- ubuntu-latest
#- ubuntu-latest
- windows-latest
josm-version:
- latest
- tested
- release
#- tested
#- release
jdk:
- 17
- 21
#- 21

name: Build plugin on ${{ matrix.platform }} - JDK ${{ matrix.jdk }}, minJosmVersion=${{ matrix.josm-version }}
runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -75,6 +75,7 @@ jobs:
env:
DISPLAY: ":19"
OSM_DEV_API_PASSWORD: "${{ secrets.OSM_DEV_API_PASSWORD }}"
shell: bash
run: |
./gradlew build \
-Pplugin.josmCompileVersion=${{ matrix.josm-version}} \
Expand Down

0 comments on commit 47a3d10

Please sign in to comment.