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

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr authored Sep 28, 2020
1 parent 41f7047 commit d536cb7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Gradle CI

on: [push, pull_request]
on: [push]

jobs:
build:
Expand All @@ -13,9 +13,5 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew shadow
- name: Upload artifact
uses: actions/[email protected]
run: ./gradlew shadowJar

0 comments on commit d536cb7

Please sign in to comment.