Create gradle.yml

This commit is contained in:
Alexander Nozik 2019-11-15 21:25:57 +03:00 committed by GitHub
parent 5dc7929475
commit 56334896b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,17 @@
name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Gradle
run: ./gradlew build