Skip to content

GH-271 - Remove Spring Modulith Events parent POM from BOM. #333

GH-271 - Remove Spring Modulith Events parent POM from BOM.

GH-271 - Remove Spring Modulith Events parent POM from BOM. #333

Workflow file for this run

name: CI Build
on:
push:
branches: [ main, hacking/* ]
jobs:
build:
name: Build project
runs-on: ubuntu-latest
steps:
- name: Check out sources
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: 'maven'
- name: Build with Maven
run: ./mvnw -B
- name: Deploy to Artifactory
env:
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
run: ./mvnw -B clean deploy -Pci,artifactory