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

Update Receive.kt

Update Receive.kt #154

Workflow file for this run

name: build
on:
push:
branches: [ master ]
paths-ignore: [ '*.md' ]
pull_request:
branches: [ master ]
paths-ignore: [ '*.md' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: 17
distribution: zulu
cache: gradle
- name: Build
run: bash build.sh