Skip to content

Commit

Permalink
Update gradle-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaba authored Feb 1, 2025
1 parent f000df1 commit 7345a5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'

- name: Cache Gradle packages
uses: actions/cache@v3
Expand All @@ -40,4 +40,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: vLobbyConnect
path: build/libs/*.jar
path: build/libs/*.jar

0 comments on commit 7345a5e

Please sign in to comment.