Skip to content

Update dependency org.apache.xmlbeans:xmlbeans to v5.3.0 (#645) #4094

Update dependency org.apache.xmlbeans:xmlbeans to v5.3.0 (#645)

Update dependency org.apache.xmlbeans:xmlbeans to v5.3.0 (#645) #4094

Workflow file for this run

name: Template CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
cache: 'gradle'
- name: Build
run: ./gradlew check