mirror of
https://github.com/dedicatedcode/reitti.git
synced 2026-01-09 01:17:57 -05:00
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -13,10 +13,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up JDK 24
|
- name: Set up JDK 25
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '24'
|
java-version: '25'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: maven
|
cache: maven
|
||||||
- name: Generate acknowledgments data
|
- name: Generate acknowledgments data
|
||||||
|
|||||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -13,10 +13,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up JDK 24
|
- name: Set up JDK 25
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '24'
|
java-version: '25'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: maven
|
cache: maven
|
||||||
- name: Install dependencies for acknowledgments script
|
- name: Install dependencies for acknowledgments script
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM eclipse-temurin:24.0.2_12-jre-alpine
|
FROM eclipse-temurin:25-jre-alpine-3.22
|
||||||
|
|
||||||
LABEL maintainer="dedicatedcode"
|
LABEL maintainer="dedicatedcode"
|
||||||
LABEL org.opencontainers.image.source="https://github.com/dedicatedcode/reitti"
|
LABEL org.opencontainers.image.source="https://github.com/dedicatedcode/reitti"
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -14,7 +14,7 @@
|
|||||||
<name>reitti</name>
|
<name>reitti</name>
|
||||||
<description>Reitti application</description>
|
<description>Reitti application</description>
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>24</java.version>
|
<java.version>25</java.version>
|
||||||
<argLine/>
|
<argLine/>
|
||||||
<testcontainers.version>2.0.2</testcontainers.version>
|
<testcontainers.version>2.0.2</testcontainers.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
Reference in New Issue
Block a user