File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v5
20- - name : ' Set up JDK 24 '
20+ - name : ' Set up JDK 25 '
2121 uses : actions/setup-java@v5
2222 with :
2323 distribution : ' temurin'
24- java-version : ' 24 '
24+ java-version : ' 25 '
2525 cache : ' maven'
2626 - name : ' Build'
2727 run : ./mvnw clean package
Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:24 -alpine
1+ FROM eclipse-temurin:25 -alpine
22RUN mkdir /opt/app
33COPY docker-entrypoint.sh /opt/app/docker-entrypoint.sh
44COPY target/oauth2-server.jar /opt/app/application.jar
Original file line number Diff line number Diff line change 3737 </dependencyManagement >
3838
3939 <properties >
40- <java .version>24 </java .version>
40+ <java .version>25 </java .version>
4141 <maven .compiler.release>${java.version} </maven .compiler.release>
4242 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4343 <start-class >com.gw2auth.oauth2.server.Application</start-class >
You can’t perform that action at this time.
0 commit comments