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

Merge branch 'NotThatRqd-notthatrqd-issue-fix' #120

Merge branch 'NotThatRqd-notthatrqd-issue-fix'

Merge branch 'NotThatRqd-notthatrqd-issue-fix' #120

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Gradle Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew test