Skip to content

Adopt SmallRye Config #2059

Adopt SmallRye Config

Adopt SmallRye Config #2059

Workflow file for this run

name: Maven CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: "21"
- name: Install tools
run: |
sudo apt-get install jq
wget -O ~/codacy-coverage-reporter-assembly.jar https://github.com/codacy/codacy-coverage-reporter/releases/download/4.0.5/codacy-coverage-reporter-4.0.5-assembly.jar
- name: Build with Maven
run: mvn clean install