File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v6
14- - name : Set up JDK 21
14+ - name : Set up JDK 25
1515 uses : actions/setup-java@v5
1616 with :
17- java-version : ' 21 '
17+ java-version : ' 25 '
1818 distribution : ' temurin'
1919 cache : maven
2020 - name : Unshallow
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 with :
1919 myToken : ${{ secrets.GITHUB_TOKEN }}
2020
21- - name : Set up JDK 21
21+ - name : Set up JDK 25
2222 uses : actions/setup-java@v5
2323 with :
24- java-version : ' 21 '
24+ java-version : ' 25 '
2525 distribution : ' temurin'
2626 cache : maven
2727 server-id : central
Original file line number Diff line number Diff line change 66
77 <groupId >io.github.projectunified</groupId >
88 <artifactId >hytale-run-maven-plugin</artifactId >
9- <version >1.0-SNAPSHOT </version >
9+ <version >1.0.0 </version >
1010 <packaging >maven-plugin</packaging >
1111
1212 <name >hytale-run-maven-plugin</name >
You can’t perform that action at this time.
0 commit comments