Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ intellij-idea-community-edition
Commits:
20abda72 by Fox2Code at 2024-08-22T14:14:01+02:00
Switch to OpenJDK 21 from OpenJDK 17
Some important and commonly used plugins relies on OpenJDK 21
- - - - -
2 changed files:
- PKGBUILD
- idea.sh
Changes:
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
pkgname=intellij-idea-community-edition
pkgver=2024.2.0.2
_build=242.20224.419
-_jrever=17
-_jdkver=17
+_jrever=21
+_jdkver=21
pkgrel=1
epoch=4
pkgdesc='IDE for Java, Groovy and other programming languages with advanced
refactoring features'
@@ -32,7 +32,7 @@ noextract=('junit-3.8.1.jar')
sha256sums=('SKIP'
'SKIP'
'049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93'
- 'd7e4a325fccd48b8c8b0a6234df337b58364e648bb9b849e85ca38a059468e71'
+ '6f2b00d5bcf54639e6a1fa6387dffb9fb035f1dd58ffd31ea1689af74a30b784'
'b7858737346fb08423ee7fd177f9e59180d2173d988dd8622b84d58426fcb3a7'
'b58e459509e190bed737f3592bc1950485322846cf10e78ded1d065153012d70')
=====================================
idea.sh
=====================================
@@ -1,11 +1,11 @@
#!/bin/sh
if [ -z "$IDEA_JDK" ] ; then
- IDEA_JDK="/usr/lib/jvm/java-17-openjdk/"
+ IDEA_JDK="/usr/lib/jvm/java-21-openjdk/"
fi
# open-jfx location that should match the JDK version
if [ -z "$IDEA_JFX" ] ; then
- IDEA_JFX="/usr/lib/jvm/java-17-openjfx/"
+ IDEA_JFX="/usr/lib/jvm/java-21-openjfx/"
fi
# classpath according to defined JDK/JFX
if [ -z "$IDEA_CLASSPATH" ] ; then
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/intellij-idea-community-edition/-/commit/20abda72d4a7859528a5608fb0f7f2162e910cc8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/intellij-idea-community-edition/-/commit/20abda72d4a7859528a5608fb0f7f2162e910cc8
You're receiving this email because of your account on gitlab.archlinux.org.