Skip to content

feat(core): add MapNode#getOrDefault #166

feat(core): add MapNode#getOrDefault

feat(core): add MapNode#getOrDefault #166

Workflow file for this run

name: Java CI (Gradle)
on: [ push, pull_request ]
jobs:
build-java-17:
uses: Siroshun09/gh-actions-workflows/.github/workflows/gradle.yml@v1
with:
java-version: '17'
upload-artifacts: false
caching-refs: |
refs/heads/v5.x.x
build-java-21:
uses: Siroshun09/gh-actions-workflows/.github/workflows/gradle.yml@v1
with:
java-version: '21'
upload-artifacts: false
caching-refs: ""