Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

AutoCrystal / CrystalUtils overhaul and clarity fixes. #120

AutoCrystal / CrystalUtils overhaul and clarity fixes.

AutoCrystal / CrystalUtils overhaul and clarity fixes. #120

name: Gradle Build
on:
push:
workflow_dispatch:
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: |
./gradlew build
- name: List files
run: ls
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
with:
name: ThunderHack+
path: ./build/libs/*.jar