gradle fails to build Iris
MightyPrince1 opened this issue · 1 comments
Iris and Minecraft Version
iris-1.18
Are you running Sodium along with Iris?
Yes
Operating System
Arch Linux
What is your GPU?
Nvidia Geforce RTX 2060
Java Version
Java 16
Reproduction Steps
$gradle build
Crash Report file and latest.log
> Configure project :
Fabric Loom: 0.10.26
Using project based jar storage
Invalidating project jar
Loom is applying dependency data manually to publications instead of using a software component (from(components["java"])). This is deprecated and will be removed in Loom 0.12.
Deprecated Loom APIs were used in this build, making it incompatible with future versions of Loom. Use Gradle warning modes to control the verbosity of the warnings.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'iris'.
> Failed to provide loom:mappings:layered+hash.961 : java.lang.RuntimeException: Failed to copy source jar
* 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 873ms
❯ gradle build
> Configure project :
Fabric Loom: 0.10.26
Using project based jar storage
Invalidating project jar
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* Where:
Build file '/mnt/hdd_1/Documents/programming/git/Iris-1.18/build.gradle' line: 45
* What went wrong:
A problem occurred evaluating root project 'iris'.
> Could not initialize class sun.security.ssl.SSLContextImpl$DefaultSSLContext
* 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.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring root project 'iris'.
> Failed to provide loom:mappings:layered+hash.961 : java.lang.RuntimeException: Failed to copy source jar
* 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 16s
Additional context
if you could provide me with a compiled version instead that would work out as well