Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed Jul 2, 2023
1 parent 5acd33c commit ba639b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,18 @@ jobs:

steps:
- uses: actions/checkout@v1

- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17

- name: Build with Gradle
run: ./gradlew shadowJar

- name: Check
run: |
TARGET=build/libs/lanterna-sample-all.jar
ls -laF ${TARGET}
file ${TARGET} | grep archive
md5sum ${TARGET}

0 comments on commit ba639b6

Please sign in to comment.