Skip to content

Update dependency com.github.ekryd.sortpom:sortpom-maven-plugin to v3… #168

Update dependency com.github.ekryd.sortpom:sortpom-maven-plugin to v3…

Update dependency com.github.ekryd.sortpom:sortpom-maven-plugin to v3… #168

Workflow file for this run

name: Build & Test Maven Project
on:
push:
schedule:
- cron: '0 15 * * *' # daily at 3pm
jobs:
build-and-test:
timeout-minutes: 20
runs-on: ubuntu-24.04
name: Build Application
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup for JDK 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
java-package: jdk
cache: maven
- name: Build project
timeout-minutes: 15
run: ./mvnw verify --no-transfer-progress