app-text/jabref: fix 'gradle' typo

Reported at https://codeberg.org/gentoo/gentoo/pulls/1755#issuecomment-21854768

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-08-28 11:56:03 +01:00
parent 256f2cefcc
commit 8524ca65e1

View File

@@ -25,7 +25,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
# Using jdk:25 or higher, depending on version of grandle-bin, leads to:
# Using jdk:25 or higher, depending on version of gradle-bin, leads to:
# BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 69
DEPEND="|| ( virtual/jdk:21 virtual/jdk:17 virtual/jdk:11 )"
RDEPEND=">=virtual/jre-11:*"