Skip to content

made clonestamp brush clone blocks only above the target block (but including the target itself) #776

made clonestamp brush clone blocks only above the target block (but including the target itself)

made clonestamp brush clone blocks only above the target block (but including the target itself) #776

Workflow file for this run

name: gradle-build
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
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: 'adopt'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build