























@Ladybunne Install a newer JDK (at least 11) and set as default with archlinux-java. I have updated makedepends to java-environment>=11.
Installing with yay failed with the following:
==> Starting build()...
[Incubating] Problems report is available at: file:///home/Ladybunne/.cache/yay/ftb-app/src/FTB-App/subprocess/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'ftb-app'.
> Could not resolve all artifacts for configuration 'classpath'.
> Could not resolve cz.habarta.typescript-generator:typescript-generator-gradle-plugin-publisher:3.2.1263.
Required by:
root project : > cz.habarta.typescript-generator:cz.habarta.typescript-generator.gradle.plugin:3.2.1263
> Dependency requires at least JVM runtime version 11. This build uses a Java 8 JVM.
* Try:
> Run this build using a Java 11 or newer JVM.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.12.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 527ms
==> ERROR: A failure occurred in build().
Aborting...
-> error making: ftb-app-exit status 4
-> Failed to install the following packages. Manual intervention is required:
ftb-app - exit status 4
build() fails with this error:
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/home/user/.gradle/wrapper/dists/gradle-8.12.1-all/5akij8gnr65tdxupapyu22pqa/gradle-8.12.1/lib/native-platform-0.22-milestone-27.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
FAILURE: Build failed with an exception.
* What went wrong:
BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 68
> Unsupported class file major version 68
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Seeing the previous person's issues, I made sure my default java set to jdk 26, I double checked that to be the case when I ran the install, and it still does not want to build.
I even tried manually installing gradle to see if that mattered. I also got these errors above the previous output, I have no idea how meaningful they might be though: