mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-06-07 20:32:20 +00:00
Using JDK 21 instead
This commit is contained in:
@@ -12,10 +12,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
distribution: 'zulu'
|
||||
cache: 'maven'
|
||||
cache-dependency-path: '**/pom.xml' # Add this line
|
||||
|
||||
Reference in New Issue
Block a user