-
Notifications
You must be signed in to change notification settings - Fork 432
Open
Description
Expected Behavior
That the ./gradlew shadowJar command work with a clean install.
Actual Behavior
The command erred.
Steps to Reproduce
- Clean install of Raspberry Pi OS Lite 32 bit
- Follow the install instructions https://www.makeuseof.com/how-to-install-a-minecraft-bedrock-server-on-raspberry-pi/ until section Install Minecraft Bedrock Server on Raspberry Pi
- Follow the install instructions using the latest
README.mdas of 2023-03-03 - Error occurred on
./gradlew shadowJar
Debug information
Crashdump, Backtrace or Other Files
pi:~/Nukkit $ ./gradlew shadowJar
Downloading https://services.gradle.org/distributions/gradle-8.0.1-bin.zip
...........10%............20%............30%............40%............50%............60%...........70%............80%............90%............100%
Welcome to Gradle 8.0.1!
Here are the highlights of this release:
- Improvements to the Kotlin DSL
- Fine-grained parallelism from the first build with configuration cache
- Configurable Gradle user home cache cleanup
For more details see https://docs.gradle.org/8.0.1/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
Invalid Java installation found at '/usr/lib/jvm/openjdk-11' (Common Linux Locations). It will be re-checked in the next build. This might have performance impact if it keeps failing. Run the 'javaToolchains' task for more details.
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':shadowJar'.
> Failed to calculate the value of task ':compileJava' property 'javaCompiler'.
> SystemInfo is not supported on this operating system.
* 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
BUILD FAILED in 3m 45s
pi:~/Nukkit $ ./gradlew --version
------------------------------------------------------------
Gradle 8.0.1
------------------------------------------------------------
Build time: 2023-02-17 20:09:48 UTC
Revision: 68959bf76cef4d28c678f2e2085ee84e8647b77a
Kotlin: 1.8.10
Groovy: 3.0.13
Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM: 11.0.18 (Raspbian 11.0.18+10-post-Raspbian-1deb11u1)
OS: Linux 5.15.84-v7l+ arm
pi:~/Nukkit $ java --version
openjdk 11.0.18 2023-01-17
OpenJDK Runtime Environment (build 11.0.18+10-post-Raspbian-1deb11u1)
OpenJDK Server VM (build 11.0.18+10-post-Raspbian-1deb11u1, mixed mode)
Metadata
Metadata
Assignees
Labels
No labels