Skip to content

Commit

Permalink
🚀 What if I do that ?
Browse files Browse the repository at this point in the history
  • Loading branch information
ZorgBtw committed Nov 11, 2023
1 parent 9591a8e commit eb52793
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,22 @@ jobs:

steps:
- uses: actions/[email protected]
- name: Set up JDK 1.8
- name: Set up JDK 8
uses: actions/[email protected]
with:
java-version: 8
distribution: "adopt"
java-package: jdk
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: 11
distribution: "adopt"
java-package: jdk
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle, using shadowJar
run: ./gradlew --no-daemon shadowJar
run: ./gradlew clean shadowJar
- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit eb52793

Please sign in to comment.