Skip to content

Commit 850b48d

Browse files
committed
fernflower: fix build.
1 parent db23499 commit 850b48d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/fernflower/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ groups=('blackarch' 'blackarch-decompiler')
99
arch=('any')
1010
url='https://github.com/fesh0r/fernflower'
1111
license=('Apache')
12-
depends=('jdk8-openjdk')
13-
makedepends=('git' 'jdk8-openjdk')
12+
depends=('jdk17-openjdk')
13+
makedepends=('git' 'jdk17-openjdk' 'gradle')
1414
source=("git+https://github.com/fesh0r/$pkgname.git")
1515
sha512sums=('SKIP')
1616

0 commit comments

Comments
 (0)