Skip to content

add error message if lock fails #457

add error message if lock fails

add error message if lock fails #457

Workflow file for this run

name: Build on Push
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: 21
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots clean compile
working-directory: bot
env:
JAVA_TOOL_OPTIONS: --enable-preview