Skip to content

[maven-release-plugin] prepare release v2.3.0 #37

[maven-release-plugin] prepare release v2.3.0

[maven-release-plugin] prepare release v2.3.0 #37

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package --file pom.xml
- uses: actions/upload-artifact@v4
with:
name: sports-booking-sniper
path: target/sports-booking-sniper*jar-with-dependencies.jar