Skip to content

Issue/upgrade queues to spring3 #19

Issue/upgrade queues to spring3

Issue/upgrade queues to spring3 #19

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Main branch PR Build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Gradle Build
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Set up Zulu JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- name: Build
run: ./gradlew clean build