Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Spring Boot upgraded #4

Spring Boot upgraded

Spring Boot upgraded #4

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'oracle'
- name: Build with Maven
run: mvn -B package --file pom.xml