Skip to content

Mark blood fluid as source/still. Closes #1271 and https://github.com… #1384

Mark blood fluid as source/still. Closes #1271 and https://github.com…

Mark blood fluid as source/still. Closes #1271 and https://github.com… #1384

Workflow file for this run

name: Gradle Build
on:
push:
branches:
- '1.20*'
- 'feature/*'
pull_request:
branches:
- '1.20*'
- 'feature/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Java JDK
uses: actions/setup-java@v3.1.0
with:
java-version: '17'
distribution: 'adopt'
cache: 'gradle'
- name: Setup Gradle
run: ./gradlew
- name: Build
run: ./gradlew build