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

Bump org.apache.tomcat.embed:tomcat-embed-core from 11.0.0-M15 to 11.0.0-M17 #2

Bump org.apache.tomcat.embed:tomcat-embed-core from 11.0.0-M15 to 11.0.0-M17

Bump org.apache.tomcat.embed:tomcat-embed-core from 11.0.0-M15 to 11.0.0-M17 #2

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml