Create gradle.yml

This commit is contained in:
Ellpeck 2020-01-28 15:46:09 +01:00 committed by GitHub
parent ebf6de9a02
commit 03eb4c0c40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
.github/workflows/gradle.yml vendored Normal file
View file

@ -0,0 +1,24 @@
name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew clean build
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
with:
name: NaturesAura
# Directory containing files to upload
path: build/libs