Skip to content

Update dependency ca.uhn.hapi.fhir:hapi-fhir-structures-r4 to v6.10.1 #462

Update dependency ca.uhn.hapi.fhir:hapi-fhir-structures-r4 to v6.10.1

Update dependency ca.uhn.hapi.fhir:hapi-fhir-structures-r4 to v6.10.1 #462

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
- name: Build with Maven
run: mvn install