Skip to content

Bump org.springframework.boot:spring-boot-maven-plugin from 3.1.2 to 3.1.4 #17

Bump org.springframework.boot:spring-boot-maven-plugin from 3.1.2 to 3.1.4

Bump org.springframework.boot:spring-boot-maven-plugin from 3.1.2 to 3.1.4 #17

Workflow file for this run

name: 2b-bot Build
on:
pull_request:
push:
branches:
- "mainline"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Setup JDK
uses: actions/setup-java@v3
with:
java-version: '20'
distribution: 'temurin'
- name: Elevate wrapper permissions
run: chmod +x ./mvnw
- name: Build 2b-bot
run: ./mvnw install