Skip to content

Commit

Permalink
Use official Maven image for building the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
basilevs committed Mar 15, 2024
1 parent 3125178 commit 36caa4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Jenkinsfile
Expand Up @@ -8,8 +8,10 @@ kind: Pod
spec:
containers:
- name: ubuntu
image: dudaevar/ubuntu-rcptt
image: maven:3.9-eclipse-temurin-17-focal
tty: true
command:
- cat
resources:
limits:
memory: "4Gi"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho-version>4.0.6</tycho-version>
<tycho-version>2.7.5</tycho-version>
<tycho-groupid>org.eclipse.tycho</tycho-groupid>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<aspectj_version>1.4</aspectj_version>
Expand Down

0 comments on commit 36caa4f

Please sign in to comment.