diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2023-02-25 14:33:18 +0100 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2023-02-25 14:34:55 +0100 |
commit | 83ef1899017c7d142c4a0052348b7b606783656f (patch) | |
tree | 9b3bb99a5e79493b613edb0399818a668fc0cc17 | |
parent | devel/sonarqube-community: Update plugins. (diff) |
devel/sonar-scanner-cli: Switch to openjdk 17+
-rw-r--r-- | devel/sonar-scanner-cli/Makefile | 4 |
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} |