Skip to content

Bump com.github.decentsoftware-eu:decentholograms from 2.8.3 to 2.8.4 #213

Bump com.github.decentsoftware-eu:decentholograms from 2.8.3 to 2.8.4

Bump com.github.decentsoftware-eu:decentholograms from 2.8.3 to 2.8.4 #213

Workflow file for this run

name: Build & Check
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Unshallow
run: git fetch --unshallow --quiet
- name: Build
run: mvn clean package