Skip to content

Update dependency net.onelitefeather:mycelium-bom to v1.4.3 (#24) #44

Update dependency net.onelitefeather:mycelium-bom to v1.4.3 (#24)

Update dependency net.onelitefeather:mycelium-bom to v1.4.3 (#24) #44

Workflow file for this run

name: Main Branch Build
on:
push:
branches:
- develop
jobs:
build_and_test:
if: github.repository_owner == 'OneLiteFeatherNET'
name: Build and Test
runs-on: ${{ matrix.os }}
env:
ONELITEFEATHER_MAVEN_USERNAME: ${{ secrets.ONELITEFEATHER_MAVEN_USERNAME }}
ONELITEFEATHER_MAVEN_PASSWORD: ${{ secrets.ONELITEFEATHER_MAVEN_PASSWORD }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- name: Build on ${{ matrix.os }}
run: ./gradlew test