1
0
mirror of https://github.com/kami-blue/client synced 2025-02-19 06:37:35 +00:00

Delete gradle.yml

This commit is contained in:
Bella 2020-04-27 11:48:48 -04:00
parent a43165eb8e
commit 0f74413157
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3

View File

@ -1,24 +0,0 @@
# 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: Java CI with Gradle
on:
push:
branches: [ master ]
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