Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ultrasonic1209 committed Nov 24, 2021
2 parents c2c6d39 + 7a33346 commit 0f644b2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,22 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
cache: gradle

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build jar
run: ./gradlew build jar --no-daemon

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
path: 'build/libs/'

0 comments on commit 0f644b2

Please sign in to comment.