Commit c3c2475 Dominick Leppich
committed
File tree 5 files changed +13
-14
lines changed
5 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ jobs:
14
14
steps :
15
15
- name : Check out source code
16
16
uses : actions/checkout@v4
17
- - name : Set up JDK 17
18
- uses : actions/setup-java@v1
17
+ - name : Set up JDK 21
18
+ uses : actions/setup-java@v4
19
19
with :
20
- java-version : 17
20
+ distribution : ' temurin'
21
+ java-version : 21
21
22
- name : Set up Maven cache
22
- uses : actions/cache@v1
23
+ uses : actions/cache@v4
23
24
with :
24
25
path : ~/.m2/repository
25
26
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ jobs:
14
14
steps :
15
15
- name : Check out source code
16
16
uses : actions/checkout@v4
17
- - name : Set up JDK 17
18
- uses : actions/setup-java@v1
17
+ - name : Set up JDK 21
18
+ uses : actions/setup-java@v4
19
19
with :
20
- java-version : 17
20
+ distribution : ' temurin'
21
+ java-version : 21
21
22
- name : Set up Maven cache
22
- uses : actions/cache@v1
23
+ uses : actions/cache@v4
23
24
with :
24
25
path : ~/.m2/repository
25
26
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -3,10 +3,7 @@ pipeline {
3
3
4
4
agent {
5
5
docker {
6
- /* using a custom build image with a defined home directory for UID 1000 among other things */
7
- image ' nexus.intranda.com:4443/maven:3.9.3-eclipse-temurin-17'
8
- registryUrl ' https://nexus.intranda.com:4443'
9
- registryCredentialsId ' jenkins-docker'
6
+ image ' maven:3-eclipse-temurin-21'
10
7
args ' -v $HOME/.m2:/var/maven/.m2:z -v $HOME/.config:/var/maven/.config -v $HOME/.sonar:/var/maven/.sonar -u 1000 -ti -e _JAVA_OPTIONS=-Duser.home=/var/maven -e MAVEN_CONFIG=/var/maven/.m2'
11
8
}
12
9
}
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.goobi.workflow.plugin</groupId >
5
5
<artifactId >plugin-step-export-package</artifactId >
6
- <version >24.12 </version >
6
+ <version >25.02 </version >
7
7
</parent >
8
8
<artifactId >plugin-step-export-package-base</artifactId >
9
9
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.goobi.workflow</groupId >
5
5
<artifactId >workflow-base</artifactId >
6
- <version >24.12 </version >
6
+ <version >25.02 </version >
7
7
<relativePath />
8
8
</parent >
9
9
<groupId >io.goobi.workflow.plugin</groupId >
You can’t perform that action at this time.
0 commit comments