Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Add separate flag for showing mod as data pack in addition to showing as resource pack #7

Add separate flag for showing mod as data pack in addition to showing as resource pack

Add separate flag for showing mod as data pack in addition to showing as resource pack #7

Workflow file for this run

name: Build and test PRs
on:
pull_request:
types:
- synchronize
- opened
- ready_for_review
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1000
fetch-tags: true
- name: Setup JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build