See #23671: Deprecate Utils#isBlank and replace instances of it with … #163
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Java CI | |
on: | |
push: | |
branches: | |
- master | |
- $default-branch | |
- $protected-branches | |
pull_request: | |
branches: | |
- master | |
- $default-branch | |
workflow_dispatch: | |
jobs: | |
call-workflow: | |
strategy: | |
matrix: | |
josm-revision: ["", "r18877"] | |
uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v2 | |
with: | |
josm-revision: ${{ matrix.josm-revision }} | |
java-version: 17 | |