diff options
author | Ronald Klop <ronald@FreeBSD.org> | 2025-05-28 13:57:28 +0200 |
---|---|---|
committer | Ronald Klop <ronald@FreeBSD.org> | 2025-06-12 13:29:08 +0200 |
commit | 9d6a16335054165aa99975634d4bc4302f2750f0 (patch) | |
tree | 4b58307e68b644e3e60059ade89c2fd2ed3115da | |
parent | devel/libffi: Update to 3.5.1 (diff) |
devel/jenkins: use jdk21
Starting with Jenkins 2.509 upstream uses JDK21 in published images.
Let's follow upstream and run on a modern JDK.
All FreeBSD architectures that have JDK17 also have JDK21.
NB: Jobs in Jenkins can/should use their own compiler version.
PR: 287112
Approved by: maintainer timeout
-rw-r--r-- | devel/jenkins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile index f01003e38d2e..9169ab847761 100644 --- a/devel/jenkins/Makefile +++ b/devel/jenkins/Makefile @@ -1,5 +1,6 @@ PORTNAME= jenkins PORTVERSION= 2.513 +PORTREVISION= 1 CATEGORIES= devel java MASTER_SITES= https://get.jenkins.io/war/${PORTVERSION}/ DISTNAME= jenkins @@ -14,7 +15,7 @@ WWW= https://jenkins.io/ LICENSE= MIT USES= cpe java -JAVA_VERSION= 17+ +JAVA_VERSION= 21+ USE_RC_SUBR= jenkins CONFLICTS= jenkins-lts |