File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 - name : Checkout code
2424 uses : actions/checkout@v3
2525
26- - name : Set up JDK 24
26+ - name : Set up JDK 25
2727 uses : actions/setup-java@v3
2828 with :
2929 distribution : ' temurin' # Use the Eclipse Temurin JDK
30- java-version : ' 24 '
30+ java-version : ' 25 '
3131
3232 - name : Install dependencies and build
3333 run : mvn clean install
@@ -41,11 +41,11 @@ jobs:
4141 - name : Checkout code
4242 uses : actions/checkout@v3
4343
44- - name : Set up JDK 24
44+ - name : Set up JDK 25
4545 uses : actions/setup-java@v3
4646 with :
4747 distribution : ' temurin'
48- java-version : ' 24 '
48+ java-version : ' 25 '
4949
5050 - name : Cache Maven packages
5151 uses : actions/cache@v3
7979 2. Open command prompt/terminal
8080 3. Run the application with: `java -jar addfreetube.jar`
8181
82- System requirement: Java 24 or higher
82+ System requirement: Java 25 or higher
8383 env :
8484 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8585
You can’t perform that action at this time.
0 commit comments