summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2023-02-25 14:33:18 +0100
committerAlexander Leidinger <netchild@FreeBSD.org>2023-02-25 14:34:55 +0100
commit83ef1899017c7d142c4a0052348b7b606783656f (patch)
tree9b3bb99a5e79493b613edb0399818a668fc0cc17
parentdevel/sonarqube-community: Update plugins. (diff)
devel/sonar-scanner-cli: Switch to openjdk 17+
-rw-r--r--devel/sonar-scanner-cli/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sonar-scanner-cli/Makefile b/devel/sonar-scanner-cli/Makefile
index b4e9c7f8f7f5..0dbab4c627a6 100644
--- a/devel/sonar-scanner-cli/Makefile
+++ b/devel/sonar-scanner-cli/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sonar-scanner-cli
DISTVERSION= 4.4.0.2170
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel security www java
MASTER_SITES= https://binaries.sonarsource.com/Distribution/${PORTNAME}/
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/sonar-scanner-${DISTVERSION}
NO_ARCH= yes
NO_BUILD= yes
-JAVA_VERSION= 11+
+JAVA_VERSION= 17+
JAVA_VENDOR= openjdk
APP_NAME= ${PORTNAME}