Skip to content

Refactor to remove XMLUtils.getDocumentBuilder #19

Refactor to remove XMLUtils.getDocumentBuilder

Refactor to remove XMLUtils.getDocumentBuilder #19

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build