GitHub workflow for building samples.

This commit is contained in:
2023-01-25 19:55:10 -08:00
parent b297931915
commit 73d7019f2e
7 changed files with 31 additions and 6 deletions

17
.github/workflows/plugin.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Plugin
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build