Skip to content

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3 #9

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3 #9

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set the JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 17
- name: Build with Maven
run: mvn -B package --file pom.xml